]> Dogcows Code - chaz/openbox/blobdiff - otk/application.cc
colors are back
[chaz/openbox] / otk / application.cc
index fd8689ee83ee95b127a5d9ee52daf7d372021c3b..f101a5a3f7e6ebf1f74f22afa1b95ac31770b98e 100644 (file)
@@ -8,6 +8,7 @@
 #include "eventhandler.hh"
 #include "widget.hh"
 #include "timer.hh"
+#include "property.hh"
 
 extern "C" {
 #ifdef HAVE_STDLIB_H
@@ -31,6 +32,7 @@ Application::Application(int argc, char **argv)
   const ScreenInfo *s_info = _display.screenInfo(DefaultScreen(*_display));
 
   Timer::initialize();
+  Property::initialize();
   _img_ctrl = new ImageControl(s_info, True, 4, 5, 200);
   _style_conf = new Configuration(False);
   _style = new Style(_img_ctrl);
This page took 0.020627 seconds and 4 git commands to generate.