diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-02 20:48:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-02 20:48:18 +0000 |
| commit | 285db844e6bbbd633a3e2a31c87d9bfe313fe952 (patch) | |
| tree | 5420dd4726fe2715663b638380c222494544fb49 /render/theme.c | |
| parent | b0aa29db6973d3a052980459c413c1c193bcc671 (diff) | |
add tswidth to theme.h, but its always == fbwidth
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/theme.c b/render/theme.c index e239efbe..cdddba16 100644 --- a/render/theme.c +++ b/render/theme.c @@ -207,6 +207,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, if (!FIND(int, L("dimensions","window","border"), &theme->fbwidth, 0, 100)) theme->fbwidth = 1; + theme->tswidth = theme->fbwidth; /* menu border width inherits from frame border width */ if (!FIND(int, L("dimensions","menu","border"), |
