From 84d8b7c760fbb00d4008829d85ce4e6e4900b982 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Wed, 17 Sep 2003 17:53:08 +0000 Subject: [PATCH] Added option to set cursor to the applicaiton's cursor git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4733 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/SysCursor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/private/app/SysCursor.h b/headers/private/app/SysCursor.h index f07de8217f..e5f50f510c 100644 --- a/headers/private/app/SysCursor.h +++ b/headers/private/app/SysCursor.h @@ -42,6 +42,7 @@ typedef enum B_CURSOR_RESIZE_NESW, B_CURSOR_RESIZE_NS, B_CURSOR_RESIZE_EW, + B_CURSOR_APP, B_CURSOR_OTHER, B_CURSOR_INVALID } cursor_which;