JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
print the atom type instead of the response type.
authorDavid Hill <dhill@conformal.com>
Sat, 14 Jul 2012 22:43:31 +0000 (18:43 -0400)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:59:29 +0000 (05:59 +0800)
spectrwm.c

index 93ed998..0816f0e 100644 (file)
@@ -7092,7 +7092,7 @@ clientmessage(xcb_client_message_event_t *e)
        }
 
        DNPRINTF(SWM_D_EVENT, "clientmessage: window: 0x%x, type: %u\n",
-           e->window, e->response_type);
+           e->window, e->type);
 
        if (e->response_type == ewmh[_NET_ACTIVE_WINDOW].atom) {
                DNPRINTF(SWM_D_EVENT, "clientmessage: _NET_ACTIVE_WINDOW\n");