From: Dana Jansens Date: Sun, 23 Mar 2003 18:11:46 +0000 (+0000) Subject: set focus_order back to null on shutdown so g_renew would work X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=b2c508d97e93e638c824630715b54363d9ca6176;p=chaz%2Fopenbox set focus_order back to null on shutdown so g_renew would work --- diff --git a/openbox/focus.c b/openbox/focus.c index 551959f4..75bd6bcd 100644 --- 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);