From b1f5555218ecaa3827450125dc47b4bf0d404ee4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 01:53:26 +0000 Subject: put the render theme into a struct --- openbox/openbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index eec3fd7c..7723035e 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -2,6 +2,7 @@ #define __openbox_h #include "render/render.h" +#include "render/theme.h" #ifdef USE_LIBSN # define SN_API_NOT_YET_FROZEN @@ -12,6 +13,7 @@ #include extern RrInstance *ob_rr_inst; +extern RrTheme *ob_rr_theme; /*! The X display */ extern Display *ob_display; -- cgit v1.2.3