From f97e7133d46d43799b6a84dabd4ba5976556230d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 30 Aug 2003 19:02:10 +0000 Subject: allow handlewidth of 0, which sets show_handle to false --- render/theme.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/theme.h') 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; -- cgit v1.2.3