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 */
|
use it */
|
||||||
event_process(&fe, &d);
|
event_process(&fe, &d);
|
||||||
if (!d.ignored) {
|
if (!d.ignored) {
|
||||||
|
#ifdef DEBUG_FOCUS
|
||||||
ob_debug("FocusIn was OK, so don't fallback\n");
|
ob_debug("FocusIn was OK, so don't fallback\n");
|
||||||
|
#endif
|
||||||
fallback = FALSE;
|
fallback = FALSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue