From a439012b5806997e60df870faad87a5fec20d4e8 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 16 Jul 2013 14:30:48 +0000 Subject: we no longer need to construct an array for _NET_SUPPORTED. --- xutil.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/xutil.c b/xutil.c index 1e408a9..7912cb8 100644 --- a/xutil.c +++ b/xutil.c @@ -185,14 +185,8 @@ xu_set_wm_state(Window win, int state) void xu_ewmh_net_supported(struct screen_ctx *sc) { - Atom atom[EWMH_NITEMS]; - u_int i; - - for (i = 0; i < nitems(ewmh); i++) - atom[i] = ewmh[i]; - XChangeProperty(X_Dpy, sc->rootwin, ewmh[_NET_SUPPORTED], - XA_ATOM, 32, PropModeReplace, (unsigned char *)atom, EWMH_NITEMS); + XA_ATOM, 32, PropModeReplace, (unsigned char *)ewmh, EWMH_NITEMS); } void -- cgit 1.4.1