Move the main loop out into the libobt
[dana/openbox.git] / openbox / openbox.h
index b768fee..7c38e20 100644 (file)
 
 #include "render/render.h"
 #include "render/theme.h"
+#include "obt/mainloop.h"
 
 #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;
+extern ObtMainLoop *ob_main_loop;
 
 /*! The X display */
 extern Display *ob_display;