From: David Hill Date: Fri, 20 Jul 2012 21:53:03 +0000 (-0400) Subject: use _icccm_ in the function name to stay current X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=cd59d61775ade249974eae9bd17d58b95967253d;p=spectrwm.git use _icccm_ in the function name to stay current --- diff --git a/spectrwm.c b/spectrwm.c index 4f2399c..6fd39be 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -6624,7 +6624,7 @@ manage_window(xcb_window_t id) win->ch.class_name = tmpch.class_name; win->ch.instance_name = tmpch.instance_name; - xcb_get_wm_class_reply_wipe(&tmpch); + xcb_icccm_get_wm_class_reply_wipe(&tmpch); DNPRINTF(SWM_D_CLASS, "manage_window: class: %s, name: %s\n", win->ch.class_name, win->ch.instance_name);