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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/openbox/openbox.h b/engines/openbox/openbox.h
index 3a3b1904..5e9b9818 100644
--- a/engines/openbox/openbox.h
+++ b/engines/openbox/openbox.h
@@ -4,6 +4,7 @@
#include "../../render/render.h"
#include "../../render/color.h"
#include "../../render/font.h"
+#include "../../render/mask.h"
extern int s_bevel;
extern int s_handle_height;
@@ -15,12 +16,19 @@ 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 color_rgb *s_titlebut_focused_color;
+extern color_rgb *s_titlebut_unfocused_color;
extern int s_winfont_height;
extern int s_winfont_shadow;
extern int s_winfont_shadow_offset;
extern ObFont *s_winfont;
+extern pixmap_mask *s_max_mask;
+extern pixmap_mask *s_icon_mask;
+extern pixmap_mask *s_desk_mask;
+extern pixmap_mask *s_close_mask;
+
extern Appearance *a_focused_unpressed_max;
extern Appearance *a_focused_pressed_max;
extern Appearance *a_unfocused_unpressed_max;