oops
This commit is contained in:
parent
152c638ef1
commit
16787d0a17
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void focus_shutdown()
|
||||||
g_list_free(focus_order[i]);
|
g_list_free(focus_order[i]);
|
||||||
g_free(focus_order);
|
g_free(focus_order);
|
||||||
|
|
||||||
XDestroyWindow(focus_backup);
|
XDestroyWindow(ob_display, focus_backup);
|
||||||
|
|
||||||
/* reset focus to root */
|
/* reset focus to root */
|
||||||
XSetInputFocus(ob_display, PointerRoot, RevertToNone, CurrentTime);
|
XSetInputFocus(ob_display, PointerRoot, RevertToNone, CurrentTime);
|
||||||
|
|
Loading…
Reference in a new issue