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:
bd9846e
)
destroy the focus_backup
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 09:32:51 +0000
(09:32 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 09:32:51 +0000
(09:32 +0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index 58e9bcca2b970fa5435c3aa73517cc5231618a34..eaaba4ab6c521cda3d432c73477736fe6abd9bb0 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-40,6
+40,8
@@
void focus_shutdown()
g_list_free(focus_order[i]);
g_free(focus_order);
+ XDestroyWindow(focus_backup);
+
/* reset focus to root */
XSetInputFocus(ob_display, PointerRoot, RevertToNone, CurrentTime);
}