set the style
This commit is contained in:
parent
532697b21a
commit
c7d4901f41
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue