]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
simply the render interface by not requiring the setting of all the areas. only take...
[chaz/openbox] / render / theme.h
index 97a58f9f393fd4b7740bbc12b8f09c56e8e1a686..0f87b80867ef1077631f19b050ef83c6a3f95c78 100644 (file)
@@ -11,7 +11,7 @@ extern int theme_handle_height;
 extern int theme_bwidth;
 extern int theme_cbwidth;
 
-#define theme_label_height (theme_winfont_height + 2)
+#define theme_label_height (theme_winfont_height)
 #define theme_title_height (theme_label_height + theme_bevel * 2)
 #define theme_button_size  (theme_label_height - 2)
 #define theme_grip_width   (theme_button_size * 2)
@@ -78,8 +78,11 @@ extern Appearance *theme_a_menu_item;
 extern Appearance *theme_a_menu_disabled;
 extern Appearance *theme_a_menu_hilite;
 
+extern Appearance *theme_app_hilite_bg;
+extern Appearance *theme_app_unhilite_bg;
 extern Appearance *theme_app_hilite_label;
 extern Appearance *theme_app_unhilite_label;
+extern Appearance *theme_app_icon;
 
 void theme_startup();
 void theme_shutdown();
This page took 0.021231 seconds and 4 git commands to generate.