From c7d4901f41b3da47e300f3b17c70108844bc853d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 09:37:21 +0000 Subject: [PATCH] set the style --- otk/application.cc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.45.2