]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
Use GMainLoop instead of ObtMainLoop
[chaz/openbox] / openbox / openbox.h
index 229c584d91f6fb03100e37707fa0ba376ed547a2..94f49105879bb415e6a5e4e4e04a11fb5e2eb569 100644 (file)
@@ -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;
This page took 0.017855 seconds and 4 git commands to generate.