X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=engines%2Fopenbox%2Fopenbox.h;h=5e9b981828b68542c0d74125b892dd76ad4ab53c;hb=7d215bd255d0744101b9ceb52c235bdc985fa034;hp=3a3b1904414bb607ffea747f4d0b60c869858b9e;hpb=bb3e654edef54efd6d0c24cbf6014eb4f9468037;p=chaz%2Fopenbox 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;