Thou shalt compile before thou commitst.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13253 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-06-24 00:14:19 +00:00
parent 3dcb3b079a
commit 2949ed1def

View File

@ -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<status_t>(ret);