diff --git a/headers/os/app/Cursor.h b/headers/os/app/Cursor.h index 54ec6a1933..36cd79001a 100644 --- a/headers/os/app/Cursor.h +++ b/headers/os/app/Cursor.h @@ -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 {