From: Andy Spencer Date: Sat, 11 Aug 2012 07:37:40 +0000 (+0000) Subject: Remove some excess debugging X-Git-Url: http://pileus.org/git/?p=wmpus;a=commitdiff_plain;h=03d160e26087aff9d0739e85a9127f70c8eca39e;ds=sidebyside Remove some excess debugging --- diff --git a/sys-x11.c b/sys-x11.c index fdc5c12..51687cd 100644 --- a/sys-x11.c +++ b/sys-x11.c @@ -483,7 +483,7 @@ static void process_event(int type, XEvent *xe, win_t *root) } } else if (type == PropertyNotify) { - printf("prop: %d\n", xe->xproperty.state); + printf("prop: %lx - %d\n", xe->xproperty.window, xe->xproperty.state); } else { printf("unknown event: %d\n", type);