|
static UINT32 | x11_shadow_enum_monitors (MONITOR_DEF *monitors, UINT32 maxMonitors) |
|
static BOOL | x11_shadow_input_synchronize_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT32 flags) |
|
static BOOL | x11_shadow_input_keyboard_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT8 code) |
|
static BOOL | x11_shadow_input_unicode_keyboard_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT16 code) |
|
static BOOL | x11_shadow_input_mouse_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT16 x, UINT16 y) |
|
static BOOL | x11_shadow_input_extended_mouse_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT16 x, UINT16 y) |
|
static void | x11_shadow_message_free (UINT32 id, SHADOW_MSG_OUT *msg) |
|
static int | x11_shadow_pointer_position_update (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_pointer_alpha_update (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_query_cursor (x11ShadowSubsystem *subsystem, BOOL getImage) |
|
static int | x11_shadow_handle_xevent (x11ShadowSubsystem *subsystem, XEvent *xevent) |
|
static void | x11_shadow_validate_region (x11ShadowSubsystem *subsystem, int x, int y, int width, int height) |
|
static int | x11_shadow_blend_cursor (x11ShadowSubsystem *subsystem) |
|
static BOOL | x11_shadow_check_resize (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_error_handler_for_capture (Display *display, XErrorEvent *event) |
|
static int | x11_shadow_screen_grab (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_subsystem_process_message (x11ShadowSubsystem *subsystem, wMessage *message) |
|
static DWORD WINAPI | x11_shadow_subsystem_thread (LPVOID arg) |
|
static int | x11_shadow_subsystem_base_init (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_xfixes_init (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_xinerama_init (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_xdamage_init (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_xshm_init (x11ShadowSubsystem *subsystem) |
|
static int | x11_shadow_subsystem_init (rdpShadowSubsystem *sub) |
|
static int | x11_shadow_subsystem_uninit (rdpShadowSubsystem *sub) |
|
static int | x11_shadow_subsystem_start (rdpShadowSubsystem *sub) |
|
static int | x11_shadow_subsystem_stop (rdpShadowSubsystem *sub) |
|
static rdpShadowSubsystem * | x11_shadow_subsystem_new (void) |
|
static void | x11_shadow_subsystem_free (rdpShadowSubsystem *subsystem) |
|
FreeRDP: A Remote Desktop Protocol Implementation
Copyright 2011-2014 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2017 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyright 2017 Thincast Technologies GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.