Removed a couple problems caused by Adrian's recent changes in ServerProtocol.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3077 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
|||||||
~ServerCursor(void);
|
~ServerCursor(void);
|
||||||
|
|
||||||
//! Returns the cursor's hot spot
|
//! Returns the cursor's hot spot
|
||||||
BPoint GetHotSpot(void);
|
BPoint GetHotSpot(void) { return _hotspot; }
|
||||||
void SetHotSpot(BPoint pt);
|
void SetHotSpot(BPoint pt);
|
||||||
const char *GetAppSignature(void) { return _app_signature; }
|
const char *GetAppSignature(void) { return _app_signature; }
|
||||||
void SetAppSignature(const char *signature);
|
void SetAppSignature(const char *signature);
|
||||||
|
|||||||
@@ -508,19 +508,11 @@ printf("ServerWindow %s: Message Set_Workspaces unimplemented\n",_title->String(
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case AS_WINDOW_RESIZEBY:
|
case AS_WINDOW_RESIZE:
|
||||||
{
|
{
|
||||||
// TODO: Implement
|
// TODO: Implement
|
||||||
#ifdef DEBUG_SERVERWINDOW
|
#ifdef DEBUG_SERVERWINDOW
|
||||||
printf("ServerWindow %s: Message Resize_By unimplemented\n",_title->String());
|
printf("ServerWindow %s: Message Resize unimplemented\n",_title->String());
|
||||||
#endif
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case AS_WINDOW_RESIZETO:
|
|
||||||
{
|
|
||||||
// TODO: Implement
|
|
||||||
#ifdef DEBUG_SERVERWINDOW
|
|
||||||
printf("ServerWindow %s: Message Resize_To unimplemented\n",_title->String());
|
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user