FindCursor is now public
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10884 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4e9042b685
commit
f9ef06250c
@ -56,9 +56,9 @@ public:
|
||||
cursor_which GetCursorWhich(void);
|
||||
void ChangeCursor(cursor_which which, int32 token);
|
||||
void SetDefaults(void);
|
||||
private:
|
||||
ServerCursor *FindCursor(int32 token);
|
||||
|
||||
private:
|
||||
BList fCursorList;
|
||||
TokenHandler fTokenizer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user