FreeRDP/client
David Sundstrom 96accb0327 Fix issue 202. No cursor icons for RemoteApp
Pointer updates are part of the base RDP protocol MS-RDPBCGR specification and do not include window information like those from the RAIL specification MS-RDPERP do.  To make pointer updates work, we need to keep track of which window has focus and then apply pointer updates to that window.  This appears to be easy to do, just watch for X11 EnterNotify events and update the window field of the main RDP structure.  I had some concerns that a window might receive an old pointer update for some other window due to network latencies, however, the RDP server seems to always send down new pointer updates whenver a window takes focus.
2011-11-14 16:42:14 -06:00
..
DirectFB dfreerdp: add cursor support 2011-11-11 18:34:06 -05:00
test cliprdr: add more detailed debug output 2011-10-31 19:15:27 -04:00
Windows wfreerdp: started porting RemoteFX 2011-11-12 02:35:18 -05:00
X11 Fix issue 202. No cursor icons for RemoteApp 2011-11-14 16:42:14 -06:00
CMakeLists.txt Merge pull request #73 from awakecoding/master 2011-08-31 08:49:19 -07:00