summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-21 01:53:26 +0000
committerDana Jansens <danakj@orodu.net>2003-06-21 01:53:26 +0000
commitb1f5555218ecaa3827450125dc47b4bf0d404ee4 (patch)
tree693db64d34df6381b1c434178ba3ccd062d5e8f6 /openbox/openbox.h
parenta4a0cb78294bb1809b836ea1e86e9d7294bb2929 (diff)
put the render theme into a struct
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h2
1 files changed, 2 insertions, 0 deletions
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 <X11/Xlib.h>
extern RrInstance *ob_rr_inst;
+extern RrTheme *ob_rr_theme;
/*! The X display */
extern Display *ob_display;