comparison event.c @ 372:a9b4077ec058

applied sanders focus_ patches
author Anselm R. Garbe <arg@10kloc.org>
date Mon, 28 Aug 2006 08:06:50 +0200
parents fc9d35252ab4
children 126e78129f1d
comparison
equal deleted inserted replaced
371:fc9d35252ab4 372:a9b4077ec058
121 togglemode(NULL); 121 togglemode(NULL);
122 } 122 }
123 } 123 }
124 else if((c = getclient(ev->window))) { 124 else if((c = getclient(ev->window))) {
125 focus(c); 125 focus(c);
126 if(CLEANMASK(ev->state) == 0) 126 if(CLEANMASK(ev->state) != MODKEY)
127 return; 127 return;
128 switch(ev->button) { 128 switch(ev->button) {
129 default: 129 default:
130 break; 130 break;
131 case Button1: 131 case Button1: