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:
DarkWyrm
2003-03-30 21:09:39 +00:00
parent f8931e9215
commit 812870fc43
11 changed files with 247 additions and 44 deletions
+3
View File
@@ -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