Browse Source

respecting inc hints in floating mode on togglemax

master
Anselm R.Garbe 18 years ago
parent
commit
6521c2dd41
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client.c

+ 1
- 1
client.c View File

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


Loading…
Cancel
Save