This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 6506285
committed
[[ Bug 15097 ]] Make 'the effective rect of stack' more reliable on Linux
Before the port to GDK, the Linux engine used its own heuristic for computing
the frame rect of a window - this was not entirely reliable.
The appropriate method has now been updated to use gdk_window_get_frame_extents
which uses a couple of methods to try and ensure accuracy. Indeed, as long as
the window manager is compliant with EWMH (and isn't broken) it should be
correct.1 parent 7dc9b48 commit 6506285
File tree
3 files changed
+7
-31
lines changed- docs/notes
- engine/src
3 files changed
+7
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
302 | 303 | | |
303 | 304 | | |
304 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
483 | 455 | | |
484 | 456 | | |
485 | 457 | | |
| |||
0 commit comments