summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-06-08 17:50:23 -0400
committerDana Jansens <danakj@orodu.net>2010-06-14 12:19:01 -0400
commitfd77a0a7b3f892925f203287b8b46c6ec9be94ea (patch)
treea3e61c8c17969a41279ba21592be7543a262fcd5 /openbox/openbox.h
parent2e94af28e4c12166cb74233526bb79f50877903c (diff)
Use GMainLoop instead of ObtMainLoop
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;