FreeRDP/server/shadow/Win
zihao.jiang 60ae27b00a server/shadow: Completely decouple subsystem implementations and shadow framework internal details.
It will be completely possible to implement subsystem with only include/freerdp/server/shadow.h and libfreerdp-shadow.

Details as following:
1. Exported surface structure as subsystem implementations deeply depend on it to send image update
2. Export capture APIs. They are actually indepent APIs to help compare and calculate image difference.
3. Introduce API to trigger client frame update. Conceal details in subsystem->updateEvent
4. Pass client to client callbacks. Subsystem implementation may need to know 'which client' send the interaction event as well as the authentication request.
Add this support in callback definition before anyone really use shadow framework APIs to implement a custom subsystem.
Also added callback for client capability exchange
5. Remove X11_ShadowSubsystem Mac_ShadowSubsystem Win_ShadowSubsystem from libfreerdp-shadow.
Discard FREERDP_API mark on ShadowSubsystemEntry functions and make them be compiled together with shadow.c in CMakeLists.txt.
This is required from PR #2751.
Now subsystem implementations and shadow.c could be regarded as an example for shadow framework.
2016-01-01 03:13:52 +08:00
..
win_dxgi.c Using wlog for server now. 2014-09-15 08:55:00 +02:00
win_dxgi.h shadow: start Windows Desktop Sharing API support 2014-08-13 17:48:57 -04:00
win_rdp.c Fixes for malloc / calloc + other fixes 2015-06-22 19:21:47 +02:00
win_rdp.h shadow: initial working support for WDS+RDP backend 2014-08-15 14:57:09 -04:00
win_shadow.c server/shadow: Completely decouple subsystem implementations and shadow framework internal details. 2016-01-01 03:13:52 +08:00
win_shadow.h shadow: initial working support for WDS+RDP backend 2014-08-15 14:57:09 -04:00
win_wds.c Integrate pull request feedback 2015-07-01 12:22:32 +02:00
win_wds.h shadow: fix build for Windows XP 2014-08-15 16:06:08 -04:00