]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
split menu overlap into x and y components
[chaz/openbox] / render / theme.h
index 2c35284f466b50dba4855edffc75bd57cdf1f572..3f87ce93282a3a0d7f4dd36e566a17ae9bc38814 100644 (file)
@@ -45,7 +45,8 @@ struct _RrTheme {
     gint obwidth; /*!< osd border width */
     gint cbwidthx;
     gint cbwidthy;
-    gint menu_overlap;
+    gint menu_overlap_x;
+    gint menu_overlap_y;
     /* these ones are calculated, not set directly by the theme file */
     gint win_font_height;
     gint menu_title_font_height;
This page took 0.022807 seconds and 4 git commands to generate.