Browse Source

fixing the issue that new clients appear lowered

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

+ 2
- 0
client.c View File

@ -254,6 +254,8 @@ manage(Window w, XWindowAttributes *wa)
clients = c;
settitle(c);
if(isvisible(c))
sel = c;
arrange(NULL);
XMapWindow(dpy, c->win);
XMapWindow(dpy, c->twin);


Loading…
Cancel
Save