haiku/headers
Axel Dörfler f759822327 * the new input event dispatcher is now actually used, although it doesn't
distribute any messages to the clients yet.
* removed the working thread from RootLayer - for now, its event handlers are
  still called using input filters in the new event dispatcher, though (to
  get things started).
* ServerApp is now using a BMessenger to identify its client, and no longer
  stores the port/token separately.
* the input_server handshake is a bit simpler now, as it can now just reply
  to the app_server message, removed unused code from ServerProtocol.h
* calmed down the MultiLocker (it always printed thread statistics on startup,
  because it's compiled in debug mode).
* removed the cursor thread stuff from AppServer.cpp
* the new event dispatcher now uses a cursor thread when supported (only in
  native mode, not in the test environment), although it improves cursor
  movement under Qemu, the effect is not as good as expected - this might
  need some more investigations (might just be a thread priority problem).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15012 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-18 11:30:06 +00:00
..
build Moved the declaration of roundf() to HaikuBuildCompatibility.h - it's missing from 2005-11-13 19:43:42 +00:00
cpp
glibc Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
gnu
libs update third party lib : zlib-1.2.3 2005-10-19 08:31:31 +00:00
os Fixed gcc 4 build. 2005-11-17 22:53:30 +00:00
posix That work-around for R5 build targets should no longer be necessary. 2005-11-13 17:54:18 +00:00
private * the new input event dispatcher is now actually used, although it doesn't 2005-11-18 11:30:06 +00:00
tools