X-Git-Url: http://pileus.org/git/?p=wmpus;a=blobdiff_plain;f=sys-x11.c;fp=sys-x11.c;h=51687cd653e0db61de0dbd91a99607c13ffc5ad2;hp=fdc5c12cc87b591a7d0fb0f4955744d50254ebc1;hb=03d160e26087aff9d0739e85a9127f70c8eca39e;hpb=f63e805feb5cc4e71fa9679f6b3bc62a5954b7f2 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);