]> Pileus Git - wmpus/blobdiff - sys-x11.c
Reset focus after focus change event
[wmpus] / sys-x11.c
index db711c94a3561e8d7bb6f9669b697939b5bf3fda..e60b97c7e94f4f47e1ef2a5e8f9751d74b9075ce 100644 (file)
--- a/sys-x11.c
+++ b/sys-x11.c
@@ -230,10 +230,10 @@ static void process_event(int type, XEvent *ev, win_t *root)
                        wm_handle_key(win, key, MOD(), PTR());
        }
        else if (type == ConfigureNotify) {
-               //printf("configure: %d\n", type);
+               printf("configure: %d\n", type);
        }
        else if (type == MapNotify) {
-               //printf("map: %d\n", type);
+               printf("map: %d\n", type);
        }
        else if (type == UnmapNotify) {
                //printf("unmap: %d\n", type);