destroy the focus_backup
This commit is contained in:
parent
bd9846e635
commit
152c638ef1
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ 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);
|
||||||
|
|
||||||
/* 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