rm debug print
This commit is contained in:
parent
db75d406ce
commit
b23c65362d
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ void event_process(XEvent *e)
|
|||
so back it is. if problems arise again, then try filtering on the
|
||||
detail instead of the mode. */
|
||||
if (e->xcrossing.mode != NotifyNormal) return;
|
||||
g_print("%s\n", e->type == EnterNotify ? "EnterNotify":"LeaveNotify");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue