Added a couple hooks to DisplayDriver
app_server will now display a window. Can't do anything with it, at least not yet. GUI colors are also used now git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3047 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -185,7 +185,10 @@ void ServerWindow::Show(void)
|
||||
printf("ServerWindow %s: Show\n",_title->String());
|
||||
#endif
|
||||
if(_winborder)
|
||||
{
|
||||
_winborder->Show();
|
||||
_winborder->UpdateRegions(true);
|
||||
}
|
||||
}
|
||||
|
||||
//! Hides the window's WinBorder
|
||||
|
||||
Reference in New Issue
Block a user