Explorar el Código

reverting last patch, that sucks, I don't care about retarded apps like gvim

Anselm R.Garbe hace 19 años
padre
commit
9ee9ce7e14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client.c

+ 1 - 1
client.c

@@ -411,7 +411,7 @@ togglemax(Arg *arg)
 		sel->h = sh - 2 - bh;
 
 		higher(sel);
-		resize(sel, True, TopLeft);
+		resize(sel, False, TopLeft);
 
 		sel->x = ox;
 		sel->y = oy;