projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c3fc81
)
leave things how we found them !
author
Dana Jansens
<danakj@orodu.net>
Sun, 20 May 2007 22:49:34 +0000
(22:49 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 20 May 2007 22:49:34 +0000
(22:49 +0000)
openbox/focus_cycle_indicator.c
patch
|
blob
|
history
diff --git
a/openbox/focus_cycle_indicator.c
b/openbox/focus_cycle_indicator.c
index a8e0c2d603e587539c6f3cf3f9c1c0097543b125..0af8ab12fb97c9a53a097c1de652e911f7be3e42 100644
(file)
--- 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);