]> Dogcows Code - chaz/openbox/commitdiff
add a header for including everything for otk
authorDana Jansens <danakj@orodu.net>
Fri, 10 Jan 2003 06:34:57 +0000 (06:34 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 10 Jan 2003 06:34:57 +0000 (06:34 +0000)
otk/otk.hh [new file with mode: 0644]

diff --git a/otk/otk.hh b/otk/otk.hh
new file mode 100644 (file)
index 0000000..2ec4f2b
--- /dev/null
@@ -0,0 +1,33 @@
+#ifndef __otk_hh
+#define __otk_hh
+
+#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 "button.hh"
+#include "color.hh"
+#include "configuration.hh"
+#include "display.hh"
+#include "font.hh"
+#include "gccache.hh"
+#include "image.hh"
+#include "label.hh"
+#include "point.hh"
+#include "property.hh"
+#include "rect.hh"
+#include "screeninfo.hh"
+#include "strut.hh"
+#include "style.hh"
+#include "texture.hh"
+#include "timer.hh"
+#include "timerqueue.hh"
+#include "timerqueuemanager.hh"
+#include "util.hh"
+#include "widget.hh"
+
+#endif // __otk_hh
This page took 0.02544 seconds and 4 git commands to generate.