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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user