From a4a0cb78294bb1809b836ea1e86e9d7294bb2929 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 00:42:47 +0000 Subject: fixed to accomodate the changes to the render/ API. --- openbox/openbox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/openbox.h') 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 @@ -9,6 +11,8 @@ #include #include +extern RrInstance *ob_rr_inst; + /*! The X display */ extern Display *ob_display; -- cgit v1.2.3