]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
focus seems to work when not remote too now
[chaz/openbox] / openbox / focus.c
index 551959f4538261e05534f3d27c9fcef7e0456218..75bd6bcda1b12226ead135a4cd3413ca7bff48fe 100644 (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);
 
This page took 0.020404 seconds and 4 git commands to generate.