You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window-x11.c: Handle a special case for sending a ConfigureNotify
event.
Windows tiled to the right or bottom-right corner were getting
skipped if their window geometry already matched the tiled size,
since with northwest gravity, the client window position wasn't
changing either (relative to the frame window).
Fixes#705Fixes#659
Thanks @PCVFaust for help troubleshooting this.
0 commit comments