aewl
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 diff
1.1 --- a/main.c Tue Aug 08 17:08:45 2006 +0200 1.2 +++ b/main.c Tue Aug 08 18:12:18 2006 +0200 1.3 @@ -201,7 +201,6 @@ 1.4 wmatom[WMDelete] = XInternAtom(dpy, "WM_DELETE_WINDOW", False); 1.5 netatom[NetSupported] = XInternAtom(dpy, "_NET_SUPPORTED", False); 1.6 netatom[NetWMName] = XInternAtom(dpy, "_NET_WM_NAME", False); 1.7 - netatom[NetActiveWindow] = XInternAtom(dpy, "_NET_ACTIVE_WINDOW", False); 1.8 XChangeProperty(dpy, root, netatom[NetSupported], XA_ATOM, 32, 1.9 PropModeReplace, (unsigned char *) netatom, NetLast); 1.10