]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
Move the main loop out into the libobt
[chaz/openbox] / openbox / openbox.h
index b768fee31f22ed0d0d669c80f13405545eccdf7d..7c38e20f7280b3734c8bdb517d203fc4c43e801e 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;
This page took 0.021633 seconds and 4 git commands to generate.