set the style
authorDana Jansens <danakj@orodu.net>
Sun, 16 Feb 2003 09:37:21 +0000 (09:37 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Feb 2003 09:37:21 +0000 (09:37 +0000)
otk/application.cc

index c5889e8..1f65046 100644 (file)
@@ -43,6 +43,7 @@ void Application::loadStyle(void)
   // XXX: find the style name as a property
   std::string style = "/usr/local/share/openbox/styles/artwiz";
   //_style->load(style);
+  otk::RenderStyle::setStyle(_screen, style);
 }
 
 void Application::run(void)