Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed missing else branch - dwm - [fork] customized build of dwm, the dynamic …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 508922b90db66b88cfb66e81b8d48065d13f6bc1
parent 4adfdc9d95b2ec6603deab153697e2296e3c9c97
Author: Anselm R Garbe <[email protected]>
Date: Mon, 11 Feb 2008 20:51:04 +0000
fixed missing else branch
Diffstat:
M dwm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -374,7 +374,8 @@ buttonpress(XEvent *e) {
else if(ev->button == Button2) {
if((floating != m->layout->arrange) && c->isfloating)
togglefloating(NULL);
- zoom(NULL);
+ else
+ zoom(NULL);
}
else if(ev->button == Button3 && !c->isfixed) {
restack();
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.