]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
Add theme options for menu line separators.
[chaz/openbox] / render / theme.h
index 1940970a121fbfa6dc09b2d0a8e4d6cbc3db50f0..a14dac29625881e29076f15fe7982ab4a0e525c5 100644 (file)
@@ -47,6 +47,9 @@ struct _RrTheme {
     gint cbwidthy;
     gint menu_overlap_x;
     gint menu_overlap_y;
+    gint menu_sep_width;
+    gint menu_sep_paddingx;
+    gint menu_sep_paddingy;
     /* these ones are calculated, not set directly by the theme file */
     gint win_font_height;
     gint menu_title_font_height;
@@ -84,6 +87,7 @@ struct _RrTheme {
     RrColor *titlebut_focused_unpressed_color;
     RrColor *titlebut_unfocused_unpressed_color;
     RrColor *menu_title_color;
+    RrColor *menu_sep_color;
     RrColor *menu_color;
     RrColor *menu_selected_color;
     RrColor *menu_disabled_color;
This page took 0.021466 seconds and 4 git commands to generate.