diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-16 09:37:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-16 09:37:21 +0000 |
| commit | c7d4901f41b3da47e300f3b17c70108844bc853d (patch) | |
| tree | 619574a5c145ca48d0ffc2dfdb07d14bc221dcec /otk | |
| parent | 532697b21ab8370265dcdcbca7b0c63c1c32f7ce (diff) | |
set the style
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/application.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/application.cc b/otk/application.cc index c5889e8d..1f65046b 100644 --- a/otk/application.cc +++ b/otk/application.cc @@ -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) |
