Browse Source

another XSync

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

+ 1
- 0
client.c View File

@ -250,6 +250,7 @@ manage(Window w, XWindowAttributes *wa)
ban(c);
XMapRaised(dpy, c->win);
XMapRaised(dpy, c->title);
XSync(dpy, False);
}
}


Loading…
Cancel
Save