summaryrefslogtreecommitdiff
path: root/engines/openbox/openbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/openbox/openbox.h')
-rw-r--r--engines/openbox/openbox.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/openbox/openbox.h b/engines/openbox/openbox.h
index f072a6e0..3a3b1904 100644
--- a/engines/openbox/openbox.h
+++ b/engines/openbox/openbox.h
@@ -3,8 +3,8 @@
#include "../../render/render.h"
#include "../../render/color.h"
+#include "../../render/font.h"
-extern int s_font_height;
extern int s_bevel;
extern int s_handle_height;
extern int s_bwidth;
@@ -13,6 +13,13 @@ extern int s_cbwidth;
extern color_rgb *s_b_color;
extern color_rgb *s_cb_focused_color;
extern color_rgb *s_cb_unfocused_color;
+extern color_rgb *s_title_focused_color;
+extern color_rgb *s_title_unfocused_color;
+
+extern int s_winfont_height;
+extern int s_winfont_shadow;
+extern int s_winfont_shadow_offset;
+extern ObFont *s_winfont;
extern Appearance *a_focused_unpressed_max;
extern Appearance *a_focused_pressed_max;