]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
fixed to accomodate the changes to the render/ API.
[chaz/openbox] / openbox / openbox.h
index 51f620793d6ee7c3043d20a42052ce3a41b2ff3b..eec3fd7c37d312ee9bd079908e64745c906d4078 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __openbox_h
 #define __openbox_h
 
+#include "render/render.h"
+
 #ifdef USE_LIBSN
 #  define SN_API_NOT_YET_FROZEN
 #  include <libsn/sn.h>
@@ -9,6 +11,8 @@
 #include <glib.h>
 #include <X11/Xlib.h>
 
+extern RrInstance *ob_rr_inst;
+
 /*! The X display */
 extern Display *ob_display; 
 
This page took 0.019924 seconds and 4 git commands to generate.