]> Dogcows Code - chaz/openbox/blobdiff - otk/otk.hh
Add the "obsetroot" tool. Use it to set the root background.
[chaz/openbox] / otk / otk.hh
index b06afcbfc3175d00844461e7f029135367bb5b07..74187f05499bb32dc148e5cf40ff9f89835c2c08 100644 (file)
@@ -2,34 +2,37 @@
 #ifndef __otk_hh
 #define __otk_hh
 
+#include "config.h"
+
 #include "eventdispatcher.hh"
 #include "eventhandler.hh"
 #include "widget.hh"
-#include "focuswidget.hh"
-#include "focuslabel.hh"
 #include "appwidget.hh"
 #include "application.hh"
 #include "assassin.hh"
+#include "label.hh"
 #include "button.hh"
-#include "color.hh"
-#include "configuration.hh"
+#include "rendercolor.hh"
 #include "display.hh"
 #include "font.hh"
-#include "gccache.hh"
-#include "image.hh"
-#include "label.hh"
+#include "rendercontrol.hh"
+#include "size.hh"
 #include "point.hh"
 #include "property.hh"
 #include "rect.hh"
 #include "screeninfo.hh"
 #include "strut.hh"
-#include "style.hh"
-#include "texture.hh"
+#include "renderstyle.hh"
+#include "surface.hh"
+#include "rendertexture.hh"
 #include "timer.hh"
-#include "timerqueue.hh"
-#include "timerqueuemanager.hh"
 #include "util.hh"
 #include "ustring.hh"
 #include "widget.hh"
 
+namespace otk {
+void initialize();
+void destroy();
+}
+
 #endif // __otk_hh
This page took 0.020701 seconds and 4 git commands to generate.