summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-30 07:20:16 +0000
committerDana Jansens <danakj@orodu.net>2003-08-30 07:20:16 +0000
commitde4f92ccc66c1dad1a2820a07d1f0161bd61a855 (patch)
tree6e782bca4561b33808d7b96c5df77895093ee3b3 /openbox/openbox.h
parent952ca245714e334090ea6baced5eb75d06f99e18 (diff)
using the ObMainLoop, which rulz the planet
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index b5b473b8..2f325dff 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -14,9 +14,13 @@
#include <glib.h>
#include <X11/Xlib.h>
+struct _ObMainLoop;
+
extern RrInstance *ob_rr_inst;
extern RrTheme *ob_rr_theme;
+extern struct _ObMainLoop *ob_main_loop;
+
/*! The X display */
extern Display *ob_display;