Mercurial > aewl
comparison event.c @ 550:787f6ae02f29
and another fix
author | arg@mig29 |
---|---|
date | Fri, 27 Oct 2006 13:29:35 +0200 |
parents | fd1061442711 |
children | 798b906378d6 |
comparison
equal
deleted
inserted
replaced
549:fd1061442711 | 550:787f6ae02f29 |
---|---|
134 restack(); | 134 restack(); |
135 movemouse(c); | 135 movemouse(c); |
136 } | 136 } |
137 else if(ev->button == Button2) | 137 else if(ev->button == Button2) |
138 zoom(NULL); | 138 zoom(NULL); |
139 else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && !c->isfixed) { | 139 else if(ev->button == Button3 && (arrange == dofloat || c->isfloat) && |
140 !c->isfixed) { | |
140 restack(); | 141 restack(); |
141 resizemouse(c); | 142 resizemouse(c); |
142 } | 143 } |
143 } | 144 } |
144 } | 145 } |