Server now loads (and uses) the GUI system colors and can save 'em, too

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3862 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-07-05 17:40:42 +00:00
parent 16593e0a04
commit 491a7680eb
6 changed files with 182 additions and 16 deletions
+4 -3
View File
@@ -98,10 +98,11 @@ AppServer::AppServer(void)
DEFAULT_FIXED_FONT_STYLE,DEFAULT_FIXED_FONT_SIZE);
fontserver->Unlock();
// Get the GUI colors here. For now, we'll just set the defaults
SetDefaultGUIColors(&gui_colorset);
// TODO: load the GUI colors here and set the global set to the values contained therein
// Load the GUI colors here and set the global set to the values contained therein. If this
// is not possible, set colors to the defaults
if(!LoadGUIColors(&gui_colorset))
SetDefaultGUIColors(&gui_colorset);
// Set up the Desktop
InitDesktop();