]> Dogcows Code - chaz/openbox/commitdiff
READ_COLOR macros done, RrColorCopy added, indentation fixed.
authorDave Foster <daf@minuslab.net>
Fri, 31 Aug 2007 03:11:38 +0000 (23:11 -0400)
committerMikael Magnusson <mikachu@gmail.com>
Thu, 14 Oct 2010 13:48:20 +0000 (15:48 +0200)
obrender/theme.c

index 07c9967702f1f4c0439069f179debb3303efef7d..b7ebbb0ce3f8a657f50389f96455869768fef7f8 100644 (file)
@@ -221,8 +221,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
     READ_INT("border.width", theme->fbwidth, 0, 100, 1);
     READ_INT("menu.border.width", theme->mbwidth, 0, 100, theme->fbwidth);
     READ_INT("osd.border.width", theme->obwidth, 0, 100, theme->fbwidth);
-    READ_INT("window.client.padding.width", theme->cbwidthx, 0, 100, theme->paddingx);
-    READ_INT("window.client.padding.height", theme->cbwidthy, 0, 100, theme->cbwidthx);
     READ_INT("menu.separator.width", theme->menu_sep_width, 1, 100, 1);
     READ_INT("menu.separator.padding.width", theme->menu_sep_paddingx, 0, 100, 6);
     READ_INT("menu.separator.padding.height", theme->menu_sep_paddingy, 0, 100, 3);
@@ -357,7 +355,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
 
     READ_COLOR("menu.separator.color", theme->menu_sep_color,
                RrColorCopy(theme->menu_color));
-   
+
     /* load the image masks */
 
     /* maximize button masks */
This page took 0.023655 seconds and 4 git commands to generate.