set the style

This commit is contained in:
Dana Jansens 2003-02-16 09:37:21 +00:00
parent 532697b21a
commit c7d4901f41

View file

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