Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-08-27 20:01:11 +01:00
21 changed files with 498 additions and 194 deletions

View File

@ -316,6 +316,8 @@ window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel)
w->sx = sx;
w->sy = sy;
w->manual_sx = sx;
w->manual_sy = sy;
w->xpixel = xpixel;
w->ypixel = ypixel;