]> Pileus Git - wmpus/commitdiff
Remove some excess debugging
authorAndy Spencer <andy753421@gmail.com>
Sat, 11 Aug 2012 07:37:40 +0000 (07:37 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 11 Aug 2012 07:37:40 +0000 (07:37 +0000)
sys-x11.c

index fdc5c12cc87b591a7d0fb0f4955744d50254ebc1..51687cd653e0db61de0dbd91a99607c13ffc5ad2 100644 (file)
--- 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) {
                }
        }
        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);
        }
        else {
                printf("unknown event: %d\n", type);