Moved cursor_which defs to a private header

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3968 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-07-14 14:38:03 +00:00
parent a72997e0d4
commit 82d4312974
-16
View File
@@ -42,22 +42,6 @@
// Globals ---------------------------------------------------------------------
// Enumerated types ------------------------------------------------------------
typedef enum
{
B_CURSOR_DEFAULT=0,
B_CURSOR_TEXT,
B_CURSOR_MOVE,
B_CURSOR_DRAG,
B_CURSOR_RESIZE,
B_CURSOR_RESIZE_NWSE,
B_CURSOR_RESIZE_NESW,
B_CURSOR_RESIZE_NS,
B_CURSOR_RESIZE_EW,
B_CURSOR_OTHER
} cursor_which;
// BCursor class ---------------------------------------------------------------
class BCursor : BArchivable {
public: