summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-02 21:19:49 +0000
committerDana Jansens <danakj@orodu.net>2007-06-02 21:19:49 +0000
commit439d2c62fa83e4a233ea44f3eb5d706c6edfc3df (patch)
tree446bf17fcee7e18c6feaedcb755eeb3a233185cc /render/theme.h
parent25f215444b3c8e7b186b9c3892a9a4f659e79998 (diff)
remove the title separator width thing.
add a separate color for the title separator
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/theme.h b/render/theme.h
index 64c3abcf..e02a69e2 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -41,8 +41,6 @@ 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;
@@ -62,6 +60,8 @@ struct _RrTheme {
RrColor *menu_border_color;
RrColor *frame_focused_border_color;
RrColor *frame_unfocused_border_color;
+ RrColor *title_separator_focused_color;
+ RrColor *title_separator_unfocused_color;
RrColor *cb_focused_color;
RrColor *cb_unfocused_color;
RrColor *title_focused_color;