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:
6adb3d4
)
set focus_order back to null on shutdown so g_renew would work
author
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 18:11:46 +0000
(18:11 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 23 Mar 2003 18:11:46 +0000
(18:11 +0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index 551959f4538261e05534f3d27c9fcef7e0456218..75bd6bcda1b12226ead135a4cd3413ca7bff48fe 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-41,6
+41,7
@@
void focus_shutdown()
for (i = 0; i < screen_num_desktops; ++i)
g_list_free(focus_order[i]);
g_free(focus_order);
+ focus_order = NULL;
XDestroyWindow(ob_display, focus_backup);