From: David Hill Date: Sat, 14 Jul 2012 22:43:31 +0000 (-0400) Subject: print the atom type instead of the response type. X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=90431ef17b68f5df145128110f0856b1b0b175e2;p=spectrwm.git print the atom type instead of the response type. --- diff --git a/spectrwm.c b/spectrwm.c index 93ed998..0816f0e 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -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");