summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-02 20:48:18 +0000
committerDana Jansens <danakj@orodu.net>2007-06-02 20:48:18 +0000
commit285db844e6bbbd633a3e2a31c87d9bfe313fe952 (patch)
tree5420dd4726fe2715663b638380c222494544fb49 /render/theme.h
parentb0aa29db6973d3a052980459c413c1c193bcc671 (diff)
add tswidth to theme.h, but its always == fbwidth
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/theme.h b/render/theme.h
index c65fec58..64c3abcf 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -41,6 +41,8 @@ struct _RrTheme {
gint paddingy;
gint handle_height;
gint fbwidth; /*!< frame border width */
+ gint tswidth; /*!< title separator width - between the titlebar and the
+ client */
gint mbwidth; /*!< menu border width */
gint cbwidthx;
gint cbwidthy;