crs 1ac62a9533 added mutex to all public methods that didn't already have it.
fixed two blown assertions.  first, if user tried to switch to
a client that had connected but hadn't yet sent the first info
message it would assert on the zero size screen.  second, if
the primary screen was handling a mouse motion on behalf of a
secondary screen when that secondary screen disconnected then
an assert would blow because the primary screen would call
onMouseMoveSecondary() but m_protocol on the active screen is
NULL because disconnecting the active secondary screen caused
the mouse to jump to the primary screen.
2002-06-01 10:52:02 +00:00
2002-05-22 16:55:19 +00:00
2002-05-30 16:11:59 +00:00
2002-05-27 18:35:14 +00:00
Description
No description provided
GPL-2.0 112 MiB
Languages
C++ 50.3%
C 47.5%
Objective-C++ 1.1%
CMake 0.8%
Objective-C 0.1%