diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 00:42:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 00:42:47 +0000 |
| commit | a4a0cb78294bb1809b836ea1e86e9d7294bb2929 (patch) | |
| tree | aae7a44ec9b38b0555f4f44d0dad1bf4a9325b4e /openbox/openbox.h | |
| parent | 3f32dfa87e08556d7f6a58efab9b7479e515be26 (diff) | |
fixed to accomodate the changes to the render/ API.
Diffstat (limited to 'openbox/openbox.h')
| -rw-r--r-- | openbox/openbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h index 51f62079..eec3fd7c 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -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; |
