X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=engines%2Fopenbox%2Fopenbox.h;h=5e9b981828b68542c0d74125b892dd76ad4ab53c;hb=07a52aeaff0d8f429d9a740f49a85f22d51cf597;hp=f072a6e0a51d100085bf4093a44874b962bdae50;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/engines/openbox/openbox.h b/engines/openbox/openbox.h index f072a6e0..5e9b9818 100644 --- a/engines/openbox/openbox.h +++ b/engines/openbox/openbox.h @@ -3,8 +3,9 @@ #include "../../render/render.h" #include "../../render/color.h" +#include "../../render/font.h" +#include "../../render/mask.h" -extern int s_font_height; extern int s_bevel; extern int s_handle_height; extern int s_bwidth; @@ -13,6 +14,20 @@ 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 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;