]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/openbox.h
add funcs to grab buttons and keys
[chaz/openbox] / engines / openbox / openbox.h
index f072a6e0a51d100085bf4093a44874b962bdae50..5e9b981828b68542c0d74125b892dd76ad4ab53c 100644 (file)
@@ -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;
This page took 0.023768 seconds and 4 git commands to generate.