summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 229c584d..94f49105 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -23,7 +23,6 @@
#include "obrender/render.h"
#include "obrender/theme.h"
-#include "obt/mainloop.h"
#include "obt/display.h"
#include <glib.h>
@@ -32,7 +31,7 @@ extern RrInstance *ob_rr_inst;
extern RrImageCache *ob_rr_icons;
extern RrTheme *ob_rr_theme;
-extern ObtMainLoop *ob_main_loop;
+extern GMainLoop *ob_main_loop;
/*! The number of the screen on which we're running */
extern gint ob_screen;