One more necessary attribute for cursor_which

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2537 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2003-01-23 14:01:34 +00:00
parent 82857f6f72
commit 9bbede1078

View File

@ -54,7 +54,8 @@ typedef enum
B_CURSOR_RESIZE_NWSE,
B_CURSOR_RESIZE_NESW,
B_CURSOR_RESIZE_NS,
B_CURSOR_RESIZE_EW
B_CURSOR_RESIZE_EW,
B_CURSOR_OTHER
} cursor_which;
// BCursor class ---------------------------------------------------------------