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:
parent
8120de4558
commit
511004cc7a
@ -51,7 +51,7 @@ public:
|
||||
~ServerCursor(void);
|
||||
|
||||
//! Returns the cursor's hot spot
|
||||
BPoint GetHotSpot(void);
|
||||
BPoint GetHotSpot(void) { return _hotspot; }
|
||||
void SetHotSpot(BPoint pt);
|
||||
const char *GetAppSignature(void) { return _app_signature; }
|
||||
void SetAppSignature(const char *signature);
|
||||
|
@ -508,19 +508,11 @@ printf("ServerWindow %s: Message Set_Workspaces unimplemented\n",_title->String(
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
case AS_WINDOW_RESIZEBY:
|
||||
case AS_WINDOW_RESIZE:
|
||||
{
|
||||
// TODO: Implement
|
||||
#ifdef DEBUG_SERVERWINDOW
|
||||
printf("ServerWindow %s: Message Resize_By 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());
|
||||
printf("ServerWindow %s: Message Resize unimplemented\n",_title->String());
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user