Added move cursor data.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3991 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-07-16 00:43:10 +00:00
parent 07dec7c1ca
commit ce072df2d0
3 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ CursorManager::CursorManager(void)
AddCursor(cdrag);
_dragcsr=cdrag;
_movecsr=NULL;
ServerCursor *cmove=new ServerCursor(default_move_data);
AddCursor(cmove);
_movecsr=cmove;
ServerCursor *cresize=new ServerCursor(default_resize_data);
AddCursor(cresize);