From 90431ef17b68f5df145128110f0856b1b0b175e2 Mon Sep 17 00:00:00 2001 From: David Hill Date: Sat, 14 Jul 2012 18:43:31 -0400 Subject: [PATCH] print the atom type instead of the response type. --- spectrwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.7.10.4