diff options
| author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-08 18:12:18 +0200 | 
|---|---|---|
| committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-08 18:12:18 +0200 | 
| commit | c225e1afc23e6862f9864bad3b7b11399dda36a1 (patch) | |
| tree | 3d9f3aa63cf6044c316253b707eca35fbb07d44a /event.c | |
| parent | 92e55c7c53cb808b584982ac8f6d69112d713fab (diff) | |
removed NET_ACTIVE_WINDOW handling
Diffstat (limited to 'event.c')
| -rw-r--r-- | event.c | 13 | 
1 files changed, 0 insertions, 13 deletions
| @@ -146,18 +146,6 @@ buttonpress(XEvent *e)  }  static void -clientmessage(XEvent *e) -{ -	Client *c; -	XClientMessageEvent *ev = &e->xclient; - -	if(ev->message_type == netatom[NetActiveWindow]) { -		if((c = getclient(ev->window)) && c->tags[tsel]) -			focus(c); -	} -} - -static void  configurerequest(XEvent *e)  {  	Client *c; @@ -351,7 +339,6 @@ unmapnotify(XEvent *e)  void (*handler[LASTEvent]) (XEvent *) = {  	[ButtonPress] = buttonpress, -	[ClientMessage] = clientmessage,  	[ConfigureRequest] = configurerequest,  	[DestroyNotify] = destroynotify,  	[EnterNotify] = enternotify, | 
