summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-14 21:08:21 +0000
committerDana Jansens <danakj@orodu.net>2003-09-14 21:08:21 +0000
commit13bbcdd86b5cb5a6dce8768d3fbaaede2032b043 (patch)
tree379c44ce5c56e9b80f8bc4e16895aadfc8018b6b /openbox
parent2877e9a248ddd627a3878ba79878b2127744c27b (diff)
dont redraw the frames when changing their theme
Diffstat (limited to 'openbox')
-rw-r--r--openbox/frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 483b1066..327507f2 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -183,7 +183,6 @@ void frame_adjust_theme(ObFrame *self)
{
free_theme_statics(self);
set_theme_statics(self);
- frame_adjust_area(self, TRUE, TRUE, FALSE);
}
void frame_adjust_shape(ObFrame *self)