Commit c083b7e
committed
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 #705
Fixes #659
Thanks @PCVFaust for help troubleshooting this.1 parent 9aefdd4 commit c083b7e
1 file changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
1439 | | - | |
1440 | | - | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
1441 | 1444 | | |
1442 | 1445 | | |
1443 | 1446 | | |
1444 | 1447 | | |
1445 | 1448 | | |
1446 | 1449 | | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
1447 | 1460 | | |
1448 | 1461 | | |
1449 | 1462 | | |
| |||
0 commit comments