From a534bc89a50ae0a4b5bf6334316b9355316ae2bb Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Thu, 23 Jan 2003 01:20:28 +0000 Subject: [PATCH] Forgot to add the ID token. Doh! git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2535 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/server/ServerCursor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/servers/app/server/ServerCursor.h b/src/servers/app/server/ServerCursor.h index 4f7ab84571..747defaa30 100644 --- a/src/servers/app/server/ServerCursor.h +++ b/src/servers/app/server/ServerCursor.h @@ -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 \ No newline at end of file