diff options
| author | Dave Foster <daf@minuslab.net> | 2007-08-30 23:11:38 -0400 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2010-10-14 15:48:20 +0200 |
| commit | 01506d6a74b97d78748b0a5958959f459d44c656 (patch) | |
| tree | 4bb63240a4ac2f2d0f3046cbe7dfe214fede05c2 /obrender/theme.c | |
| parent | 2338bf0aa35df0ed33e52a2b2eb9ef52ccd19a2c (diff) | |
READ_COLOR macros done, RrColorCopy added, indentation fixed.
Diffstat (limited to 'obrender/theme.c')
| -rw-r--r-- | obrender/theme.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/obrender/theme.c b/obrender/theme.c index 07c99677..b7ebbb0c 100644 --- a/obrender/theme.c +++ b/obrender/theme.c @@ -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 */ |
