Forgot to add the ID token. Doh!
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2535 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
579d027203
commit
a534bc89a5
@ -31,6 +31,7 @@
|
||||
#include "ServerBitmap.h"
|
||||
|
||||
class ServerApp;
|
||||
class CursorManager;
|
||||
|
||||
/*!
|
||||
\class ServerCursor ServerCursor.h
|
||||
@ -55,8 +56,11 @@ public:
|
||||
const char *GetAppSignature(void) { return _app_signature; }
|
||||
private:
|
||||
friend ServerApp;
|
||||
friend CursorManager;
|
||||
|
||||
BPoint _hotspot;
|
||||
char *_app_signature;
|
||||
int32 token;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user