Added system cursor definitions

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2532 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-01-23 00:29:05 +00:00
parent 3e194a0eeb
commit 5911e5552e
+14
View File
@@ -42,6 +42,20 @@
// Globals ---------------------------------------------------------------------
// Enumerated types ------------------------------------------------------------
typedef enum
{
B_CURSOR_DEFAULT=0,
B_CURSOR_TEXT,
B_CURSOR_MOVE,
B_CURSOR_DRAG,
B_CURSOR_RESIZE,
B_CURSOR_RESIZE_NW,
B_CURSOR_RESIZE_SE,
B_CURSOR_RESIZE_NS,
B_CURSOR_RESIZE_EW
} cursor_which;
// BCursor class ---------------------------------------------------------------
class BCursor : BArchivable {