haiku/headers/private/app
Michael Lotz 2213782534 All cursor related changes:
* Moved setting the default cursor from ServerScreen to Desktop
* Getting the default cursor is now done using the CursorManager
* Removed outdated setcursor from SysCursor.cpp (we have a new implementation by now)
* Renamed SysCursor.cpp to CursorSet.cpp as that's what it is
* Moved  headers/private/app/SysCursor.h to headers/private/servers/app/CursorSet.h
* Removed some unneeded header includes along the way

There remains {set|get}_syscursor now in CursorSet.cpp. Serverside for these are not implemented
and they are obvious hacks. Do we need to keep them?
Also this commit _would_ break Appearance, but 1) all the related code is currently commented out
with the comment "cursor set management belongs in another app" and 2) it is already broken
because of ColorSet.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13726 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-07-18 00:22:08 +00:00
..
ApplicationPrivate.h
AppMisc.h Introduced generalized versions of get_app_path() and get_app_ref() returning the path/ref for an arbitrary team. 2005-07-15 12:15:21 +00:00
AppServerLink.h
AreaLink.h
ClipboardPrivate.h
LinkMsgReader.h
LinkMsgSender.h
LooperList.h
MessageBody.h Removed (unimplemented) BMessageBody::Unflatten() as Unflattening happens directly at the BMessage level. 2005-07-12 17:49:33 +00:00
MessageField.h
MessagePrivate.h
MessageUtils.h
MessengerPrivate.h
PortLink.h
PortMessage.h
PortQueue.h
RegistrarDefs.h * Added BRoster::ShutDown(). 2005-07-03 17:04:47 +00:00
RegistrarThread.h
RegistrarThreadManager.h
RosterPrivate.h Added a boolean "synchronous" parameter to BRoster::Shutdown(). Used in the 2005-07-17 16:37:11 +00:00
Server.h
ServerMemIO.h
ServerProtocol.h Extracted the settings stuff from the Desktop class. If you now need to access 2005-07-17 16:25:48 +00:00
Session.h
TokenSpace.h Cleanup. Added BTokenSpace::GetList(), though it's probably not needed after all 2005-07-05 17:22:35 +00:00