diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-30 19:02:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-30 19:02:10 +0000 |
| commit | f97e7133d46d43799b6a84dabd4ba5976556230d (patch) | |
| tree | 485547773963435e7b9c15307abd6ab196fa1e4c /render/theme.h | |
| parent | 6de84db80daaef511a1b22be0179dcbf1a55fe07 (diff) | |
allow handlewidth of 0, which sets show_handle to false
Diffstat (limited to 'render/theme.h')
| -rw-r--r-- | render/theme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/theme.h b/render/theme.h index 0e574d79..d9965f6f 100644 --- a/render/theme.h +++ b/render/theme.h @@ -11,6 +11,9 @@ struct _RrTheme { const RrInstance *inst; + /* style settings - optional decor */ + gboolean show_handle; + /* style settings - geometry */ gint bevel; gint handle_height; |
