kill the debug prints for now
This commit is contained in:
parent
142c14fcc8
commit
31fac363fb
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ static gboolean event_ignore(XEvent *e, Client *client)
|
||||||
e->xcrossing.detail == NotifyInferior ||
|
e->xcrossing.detail == NotifyInferior ||
|
||||||
(e->xcrossing.mode == NotifyUngrab &&
|
(e->xcrossing.mode == NotifyUngrab &&
|
||||||
e->xcrossing.detail == NotifyVirtual)) {
|
e->xcrossing.detail == NotifyVirtual)) {
|
||||||
#ifndef DEBUG_FOCUS
|
#ifdef DEBUG_FOCUS
|
||||||
g_message("%sNotify mode %d detail %d on %lx IGNORED",
|
g_message("%sNotify mode %d detail %d on %lx IGNORED",
|
||||||
(e->type == EnterNotify ? "Enter" : "Leave"),
|
(e->type == EnterNotify ? "Enter" : "Leave"),
|
||||||
e->xcrossing.mode,
|
e->xcrossing.mode,
|
||||||
|
@ -346,7 +346,7 @@ static gboolean event_ignore(XEvent *e, Client *client)
|
||||||
#endif
|
#endif
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
#ifndef DEBUG_FOCUS
|
#ifdef DEBUG_FOCUS
|
||||||
g_message("%sNotify mode %d detail %d on %lx",
|
g_message("%sNotify mode %d detail %d on %lx",
|
||||||
(e->type == EnterNotify ? "Enter" : "Leave"),
|
(e->type == EnterNotify ? "Enter" : "Leave"),
|
||||||
e->xcrossing.mode,
|
e->xcrossing.mode,
|
||||||
|
|
Loading…
Reference in a new issue