all repos — openbox @ b23c65362d66d229073817d6d66d26b3ccef6a62

openbox fork - make it a bit more like ryudo

rm debug print
Dana Jansens danakj@orodu.net
commit

b23c65362d66d229073817d6d66d26b3ccef6a62

parent

db75d406ce6194dd85c142616071e55f9b831f60

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -241,7 +241,6 @@ /* XXX this caused problems before... but i don't remember why. hah.

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