diff main.c @ 230:b92bbc2487c9

removed NET_ACTIVE_WINDOW handling
author Anselm R.Garbe <arg@10ksloc.org>
date Tue, 08 Aug 2006 18:12:18 +0200
parents f4f5d000ce7a
children 60e73ebaab27
line wrap: on
line diff
--- a/main.c	Tue Aug 08 17:08:45 2006 +0200
+++ b/main.c	Tue Aug 08 18:12:18 2006 +0200
@@ -201,7 +201,6 @@
 	wmatom[WMDelete] = XInternAtom(dpy, "WM_DELETE_WINDOW", False);
 	netatom[NetSupported] = XInternAtom(dpy, "_NET_SUPPORTED", False);
 	netatom[NetWMName] = XInternAtom(dpy, "_NET_WM_NAME", False);
-	netatom[NetActiveWindow] = XInternAtom(dpy, "_NET_ACTIVE_WINDOW", False);
 	XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32,
 			PropModeReplace, (unsigned char *) netatom, NetLast);