barrier/lib/client
crs 8d99fd2511 Checkpoint. Converted X11 to new keyboard state tracking design.
This new design is simpler.  For keyboard support, clients need only
implement 4 virtual methods on a class derived from CKeyState and
one trivial method in the class derived from CPlatformScreen, which
is now the superclass of platform screens instead of IPlatformScreen.
Keyboard methods have been removed from IPlatformScreen, IPrimaryScreen
and ISecondaryScreen.  Also, all keyboard state tracking is now in
exactly one place (the CKeyState subclass) rather than in CScreen,
the platform screen, and the key mapper.  Still need to convert Win32.
2004-03-21 20:01:41 +00:00
..
CClient.cpp Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
CClient.h Fixed handling of handshake complete. Was posting an event for it 2004-03-13 17:16:24 +00:00
CServerProxy.cpp Fixed handling of handshake complete. Was posting an event for it 2004-03-13 17:16:24 +00:00
CServerProxy.h Fixed handling of handshake complete. Was posting an event for it 2004-03-13 17:16:24 +00:00
Makefile.am Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy 2003-01-05 21:48:54 +00:00
client.dsp Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy 2003-01-05 21:48:54 +00:00