diff --git a/src/servers/app/ServerApp.cpp b/src/servers/app/ServerApp.cpp index 801061f305..c85b5b9375 100644 --- a/src/servers/app/ServerApp.cpp +++ b/src/servers/app/ServerApp.cpp @@ -1886,6 +1886,7 @@ ServerApp::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link) // TODO: lock RootLayer, set mode and tell it to update it's frame and all clipping // optionally put this into a message and let the root layer thread handle it. // status_t ret = gDesktop->ScreenAt(0)->SetMode(mode); +status_t ret = B_ERROR; fLink.StartMessage(SERVER_TRUE); fLink.Attach(ret);