ソースを参照

yet another fix

Anselm R. Garbe 19 年 前
コミット
44ef3f5a07
1 ファイル変更1 行追加1 行削除
  1. 1 1
      client.c

+ 1 - 1
client.c

@@ -184,7 +184,7 @@ manage(Window w, XWindowAttributes *wa) {
 
 void
 resize(Client *c, Bool sizehints) {
-	float actual, dx, dy, max, min, u;
+	float actual, dx, dy, max, min;
 	XWindowChanges wc;
 
 	if(c->w <= 0 || c->h <= 0)