summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-20 22:49:34 +0000
committerDana Jansens <danakj@orodu.net>2007-05-20 22:49:34 +0000
commit209d8df0b15702b523862f1717e055350a34c812 (patch)
treeddf3604fccf855faaf7135f59c43ffab2fb3a5d9 /openbox
parent3c3fc81b6c61bb5ebe75b688cf02b8498c2211b0 (diff)
leave things how we found them !
Diffstat (limited to 'openbox')
-rw-r--r--openbox/focus_cycle_indicator.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/focus_cycle_indicator.c b/openbox/focus_cycle_indicator.c
index a8e0c2d6..0af8ab12 100644
--- a/openbox/focus_cycle_indicator.c
+++ b/openbox/focus_cycle_indicator.c
@@ -105,6 +105,11 @@ void focus_cycle_indicator_shutdown(gboolean reconfig)
RrAppearanceFree(a_focus_indicator);
+ stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.top));
+ stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.left));
+ stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.right));
+ stacking_remove(INTERNAL_AS_WINDOW(&focus_indicator.bottom));
+
XDestroyWindow(ob_display, focus_indicator.top.win);
XDestroyWindow(ob_display, focus_indicator.left.win);
XDestroyWindow(ob_display, focus_indicator.right.win);