haiku/headers/os
Stephan Aßmus e59dc33e21 * Added BCursorID enumeration in App Kit's Cursor.h and new constructor which
takes such an id.
 * Reused the existing mechanism to to have hardcoded tokens for the system
   cursors, i.e. removed cursor_which enumeration from ServerProtocol.h and
   used BCursorID where cursor_which was previously used.
 * Reworked CursorManager.h and CursorSet.h accordingly and removed some methods
   that where intended to replace system cursors with client cursors, since
   those would break the reference counting and forget to maintain the cursor
   list.
 * Replaced the cursors in CursorData.h/cpp with the new ones I just designed.
 * Removed HaikuSystemCursor.h and HaikuLogo.h from the source, as those are/were
   no longer used.

I hope I will not get too much beating for this one... :-) I know the new
default cursor is slightly larger, but I believe the old one was just too small.
Also I noticed that the cursor may be slightly too dark, at least the old one
seems noticeably brighter when compared side by side (the new one has a slight
gradient). That is something I may correct at least. Otherwise I hope nothing
is broken, I've tested in QEMU and so far everything works as intended.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35782 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-07 23:12:34 +00:00
..
add-ons
app * Added BCursorID enumeration in App Kit's Cursor.h and new constructor which 2010-03-07 23:12:34 +00:00
arch
be_apps
bluetooth - Move bluetooth net_device module to a independent module HCI, remake API interfaces 2010-01-17 15:46:36 +00:00
device
drivers As suggested by Axel use addr_t and size_t. 2010-01-23 16:40:36 +00:00
game
interface Added SetBorder() virtual method and feature. Could also be used by the Terminal 2010-02-21 20:15:21 +00:00
kernel Identification for "Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz" added. 2010-02-11 06:41:13 +00:00
locale * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
mail
media
midi
midi2
net
opengl Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
storage * Fixed incomplete cleanup. 2010-02-19 21:31:59 +00:00
support * Indentation update in DateTime.h 2010-03-07 12:08:47 +00:00
translation
AppKit.h
Be.h
BeBuild.h
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h