Minor enum name tweak

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2536 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2003-01-23 13:38:09 +00:00
parent a534bc89a5
commit 82857f6f72

View File

@ -51,8 +51,8 @@ typedef enum
B_CURSOR_MOVE,
B_CURSOR_DRAG,
B_CURSOR_RESIZE,
B_CURSOR_RESIZE_NW,
B_CURSOR_RESIZE_SE,
B_CURSOR_RESIZE_NWSE,
B_CURSOR_RESIZE_NESW,
B_CURSOR_RESIZE_NS,
B_CURSOR_RESIZE_EW
} cursor_which;