set focus_order back to null on shutdown so g_renew would work

This commit is contained in:
Dana Jansens 2003-03-23 18:11:46 +00:00
parent 6adb3d4454
commit b2c508d97e

View file

@ -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);