|
static BOOL | mac_shadow_input_synchronize_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT32 flags) |
|
static BOOL | mac_shadow_input_keyboard_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT8 code) |
|
static BOOL | mac_shadow_input_unicode_keyboard_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT16 code) |
|
static BOOL | mac_shadow_input_mouse_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT16 x, UINT16 y) |
|
static BOOL | mac_shadow_input_extended_mouse_event (rdpShadowSubsystem *subsystem, rdpShadowClient *client, UINT16 flags, UINT16 x, UINT16 y) |
|
static int | mac_shadow_detect_monitors (macShadowSubsystem *subsystem) |
|
static int | mac_shadow_capture_start (macShadowSubsystem *subsystem) |
|
static int | mac_shadow_capture_stop (macShadowSubsystem *subsystem) |
|
static int | mac_shadow_capture_get_dirty_region (macShadowSubsystem *subsystem) |
|
static int | freerdp_image_copy_from_retina (BYTE *pDstData, DWORD DstFormat, int nDstStep, int nXDst, int nYDst, int nWidth, int nHeight, BYTE *pSrcData, int nSrcStep, int nXSrc, int nYSrc) |
|
static int | mac_shadow_capture_init (macShadowSubsystem *subsystem) |
|
static int | mac_shadow_screen_grab (macShadowSubsystem *subsystem) |
|
static int | mac_shadow_subsystem_process_message (macShadowSubsystem *subsystem, wMessage *message) |
|
static DWORD WINAPI | mac_shadow_subsystem_thread (LPVOID arg) |
|
static UINT32 | mac_shadow_enum_monitors (MONITOR_DEF *monitors, UINT32 maxMonitors) |
|
static int | mac_shadow_subsystem_init (rdpShadowSubsystem *rdpsubsystem) |
|
static int | mac_shadow_subsystem_uninit (rdpShadowSubsystem *rdpsubsystem) |
|
static int | mac_shadow_subsystem_start (rdpShadowSubsystem *rdpsubsystem) |
|
static int | mac_shadow_subsystem_stop (rdpShadowSubsystem *subsystem) |
|
static void | mac_shadow_subsystem_free (rdpShadowSubsystem *subsystem) |
|
static rdpShadowSubsystem * | mac_shadow_subsystem_new (void) |
|
FREERDP_API const char * | ShadowSubsystemName (void) |
|
FREERDP_API int | ShadowSubsystemEntry (RDP_SHADOW_ENTRY_POINTS *pEntryPoints) |
|
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
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.