apply hints before initial mapping (ICCCM) (843cfe)
This commit is contained in:
parent
c90ac5e476
commit
be0f0d56e5
1 changed files with 1 additions and 1 deletions
2
x.c
2
x.c
|
|
@ -1357,8 +1357,8 @@ xinit(int cols, int rows)
|
|||
|
||||
win.mode = MODE_NUMLOCK;
|
||||
resettitle();
|
||||
XMapWindow(xw.dpy, xw.win);
|
||||
xhints();
|
||||
XMapWindow(xw.dpy, xw.win);
|
||||
XSync(xw.dpy, False);
|
||||
|
||||
clock_gettime(CLOCK_MONOTONIC, &xsel.tclick1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue