extranous )
This commit is contained in:
parent
c1a5ad45a8
commit
37875f091d
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ static void event_process(const XEvent *ec, gpointer data)
|
||||||
if (XCheckIfEvent(ob_display, &ce, look_for_focusin, NULL)) {
|
if (XCheckIfEvent(ob_display, &ce, look_for_focusin, NULL)) {
|
||||||
XPutBackEvent(ob_display, &ce);
|
XPutBackEvent(ob_display, &ce);
|
||||||
ob_debug_type(OB_DEBUG_FOCUS,
|
ob_debug_type(OB_DEBUG_FOCUS,
|
||||||
" but another FocusIn is coming\n)");
|
" but another FocusIn is coming\n");
|
||||||
} else {
|
} else {
|
||||||
/* Focus has been reverted to the root window, nothing, or to
|
/* Focus has been reverted to the root window, nothing, or to
|
||||||
our frame window.
|
our frame window.
|
||||||
|
|
Loading…
Reference in a new issue