From b23c65362d66d229073817d6d66d26b3ccef6a62 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 08:19:18 +0000 Subject: [PATCH] rm debug print --- openbox/event.c | 1 - 1 file changed, 1 deletion(-) diff --git a/openbox/event.c b/openbox/event.c index 43a3b230..b5f24eb8 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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; } -- 2.45.2