ifdef DEBUG_FOCUS focus output

This commit is contained in:
Dana Jansens 2003-09-16 06:52:23 +00:00
parent bf9c87db48
commit e334f7b199

View file

@ -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;
}