]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
export the NumLock and ScrollLock masks
[chaz/openbox] / openbox / focus.c
index eaaba4ab6c521cda3d432c73477736fe6abd9bb0..6f72e84aa8939416b3fa3eedd3e7af36ea37ad34 100644 (file)
@@ -40,7 +40,7 @@ void focus_shutdown()
         g_list_free(focus_order[i]);
     g_free(focus_order);
 
-    XDestroyWindow(focus_backup);
+    XDestroyWindow(ob_display, focus_backup);
 
     /* reset focus to root */
     XSetInputFocus(ob_display, PointerRoot, RevertToNone, CurrentTime);
This page took 0.020196 seconds and 4 git commands to generate.