summaryrefslogtreecommitdiff
path: root/engines/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 01:15:17 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 01:15:17 +0000
commit3b0b41ba81f46250f68111f7116a7f8e5c2a8dbe (patch)
treefaf1281b4db6c7763be9c5dbe35728d067a68ef1 /engines/openbox/openbox.h
parent26a3563ac697549cfe0131c5c2970c455f978607 (diff)
pixmap button masks work (hardcoded)
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;