Commented out AS_LAYER_***_PICTURE handlers, as they don't do anything and can block the client
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15792 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2155,6 +2155,7 @@ ServerWindow::_DispatchViewDrawingMessage(int32 code, BPrivate::LinkReceiver &li
|
||||
free(string);
|
||||
break;
|
||||
}
|
||||
#if 0
|
||||
case AS_LAYER_BEGIN_PICTURE:
|
||||
CRITICAL("AS_LAYER_BEGIN_PICTURE not implemented\n");
|
||||
break;
|
||||
@@ -2164,7 +2165,7 @@ ServerWindow::_DispatchViewDrawingMessage(int32 code, BPrivate::LinkReceiver &li
|
||||
case AS_LAYER_END_PICTURE:
|
||||
CRITICAL("AS_LAYER_END_PICTURE not implemented\n");
|
||||
break;
|
||||
|
||||
#endif
|
||||
default:
|
||||
printf("ServerWindow %s received unexpected code - message offset %ld\n",
|
||||
Title(), code - B_OK);
|
||||
|
||||
Reference in New Issue
Block a user