Mercurial > aewl
comparison event.c @ 318:1b45d6f14fca
applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Mon, 21 Aug 2006 09:03:14 +0200 |
parents | 4aa632b6ba66 |
children | 8a06efe5b563 |
comparison
equal
deleted
inserted
replaced
317:45af6a8a0cbf | 318:1b45d6f14fca |
---|---|
117 } | 117 } |
118 } | 118 } |
119 } | 119 } |
120 else if((c = getclient(ev->window))) { | 120 else if((c = getclient(ev->window))) { |
121 focus(c); | 121 focus(c); |
122 if(CLEANMASK(ev->state) == 0) | |
123 return; | |
122 switch(ev->button) { | 124 switch(ev->button) { |
123 default: | 125 default: |
124 break; | 126 break; |
125 case Button1: | 127 case Button1: |
126 if(!c->ismax && (arrange == dofloat || c->isfloat)) { | 128 if(!c->ismax && (arrange == dofloat || c->isfloat)) { |