summaryrefslogtreecommitdiff
path: root/engines/openbox/obtheme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-28 04:42:26 +0000
committerDana Jansens <danakj@orodu.net>2003-03-28 04:42:26 +0000
commit883a38eeb21e4c166e31f25a9af32b739d85d409 (patch)
tree01ae6398dab9d9cfeed5badc100e3ec3a41294ea /engines/openbox/obtheme.h
parent66969a6ba5d55d74189a8cad68b67cf6cc16dd79 (diff)
split the render functions into obrender.c. rename all the src files to obfoo so no more conflicts with code elsewhere in the tree.
Diffstat (limited to 'engines/openbox/obtheme.h')
-rw-r--r--engines/openbox/obtheme.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/openbox/obtheme.h b/engines/openbox/obtheme.h
new file mode 100644
index 00000000..1b6011fe
--- /dev/null
+++ b/engines/openbox/obtheme.h
@@ -0,0 +1,8 @@
+#ifndef __engine_theme_h
+#define __engine_theme_h
+
+#include <glib.h>
+
+gboolean load();
+
+#endif