From 13bbcdd86b5cb5a6dce8768d3fbaaede2032b043 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Sep 2003 21:08:21 +0000 Subject: [PATCH] dont redraw the frames when changing their theme --- openbox/frame.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.2