Commit babfe8a
committed
compositor.c (x11): Sink the background actors to the bottom of
the window_group when adding them.
Prior to 3f76365 (wlr-layer-shell support) we created background
actors once at Cinnamon startup, and they never needed restacking.
Now their creation is deferred until the monitor manager is
initialized, which may be after other windows have been added to
the group (like nemo-desktop), so we need to make sure they get
sent to the bottom.1 parent 1b07851 commit babfe8a
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
610 | 617 | | |
611 | 618 | | |
612 | 619 | | |
| |||
0 commit comments