all repos — openbox @ c7d4901f41b3da47e300f3b17c70108844bc853d

openbox fork - make it a bit more like ryudo

set the style
Dana Jansens danakj@orodu.net
commit

c7d4901f41b3da47e300f3b17c70108844bc853d

parent

532697b21ab8370265dcdcbca7b0c63c1c32f7ce

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M otk/application.ccotk/application.cc

@@ -43,6 +43,7 @@ {

// 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)