ifdef DEBUG_FOCUS focus output
This commit is contained in:
parent
bf9c87db48
commit
e334f7b199
1 changed files with 2 additions and 0 deletions
|
@ -385,7 +385,9 @@ static gboolean event_ignore(XEvent *e, ObClient *client)
|
|||
use it */
|
||||
event_process(&fe, &d);
|
||||
if (!d.ignored) {
|
||||
#ifdef DEBUG_FOCUS
|
||||
ob_debug("FocusIn was OK, so don't fallback\n");
|
||||
#endif
|
||||
fallback = FALSE;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue