summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-08 01:26:03 +0000
committerDana Jansens <danakj@orodu.net>2007-03-08 01:26:03 +0000
commit56307d60773d0eaf65b10414cd0e3ec0b2adc156 (patch)
tree11ead9f79518f347db5b51c4452b4211498d6497 /render/theme.h
parentb5af5ad3e8f2cd3c23d997970c4f9ec554936960 (diff)
a) remove the top_grip_height business from the theme
b) make the focus indicator based on border width and padding, not the handle height c) add 2 more windows for the top corners for resizing, much easier to find them now. also base their width on padding, not the handle height or other weird things
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/theme.h b/render/theme.h
index 4d90dac8..acceaf5f 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -53,7 +53,6 @@ struct _RrTheme {
gint menu_title_height;
gint button_size;
gint grip_width;
- gint top_grip_height;
/* style settings - colors */
RrColor *menu_b_color;