Introduction
Introduction Statistics Contact Development Disclaimer Help
tsmall bugfix - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit e4ad3205995865f53b806a912bc7beb44fb90598
parent a200c39635dcbd1cb1109353f9c2acab983c8606
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 13 Aug 2007 19:22:51 +0200
small bugfix
Diffstat:
M tile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tile.c b/tile.c
t@@ -12,7 +12,7 @@ void
addtomwfact(const char *arg) {
double delta;
- if(isarrange(tile))
+ if(!isarrange(tile))
return;
/* arg handling, manipulate mwfact */
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.