]> Dogcows Code - chaz/openbox/commitdiff
leave things how we found them !
authorDana Jansens <danakj@orodu.net>
Sun, 20 May 2007 22:49:34 +0000 (22:49 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 20 May 2007 22:49:34 +0000 (22:49 +0000)
openbox/focus_cycle_indicator.c

index a8e0c2d603e587539c6f3cf3f9c1c0097543b125..0af8ab12fb97c9a53a097c1de652e911f7be3e42 100644 (file)
@@ -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);
This page took 0.023617 seconds and 4 git commands to generate.