barrier/client
crs a16e7217ce fixed bugs in mouse motion. wasn't taking care to capture all
motion events relative to the previous mouse position.  for
example, if two mouse events arrive, the first at x+1,y and
the second at x+2,y, we used to compute deltas of 1,0 and 2,0
instead of 1,0 and 1,0.  that's fixed.  also worked around a
bug (probably) in windows that caused a motion event after a
SetCursorPos() to be lost or reported one pixel off from the
correct position.  now using mouse_event() which doesn't
have that problem.  also fixed calculation of normalized
coordinates for mouse_event() when there are multiple
displays.
2002-06-19 20:24:35 +00:00
..
CClient.cpp checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +00:00
CClient.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CMSWindowsSecondaryScreen.cpp fixed bugs in mouse motion. wasn't taking care to capture all 2002-06-19 20:24:35 +00:00
CMSWindowsSecondaryScreen.h checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +00:00
CXWindowsSecondaryScreen.cpp checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +00:00
CXWindowsSecondaryScreen.h checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +00:00
Makefile.am fixed addition of X11 -L and -l options on link lines. 2002-06-19 14:45:22 +00:00
client.cpp checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
client.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
client.rc checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
resource.h checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00