Skip to content

Commit f4b7b5e

Browse files
committed
Work on wlr-foreign-toplevel-management-v1.
Not sure we'll keep this in the end but it gives me boxes to check for now towards splitting up our Cinnamon process. There are definitely gaps in support versus the current single-process model but it allows us to begin to identify them.
1 parent c012839 commit f4b7b5e

7 files changed

Lines changed: 1459 additions & 0 deletions

src/meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@ if have_wayland
518518
'wayland/meta-wayland-dma-buf.h',
519519
'wayland/meta-wayland-dnd-surface.c',
520520
'wayland/meta-wayland-dnd-surface.h',
521+
'wayland/meta-wayland-foreign-toplevel.c',
522+
'wayland/meta-wayland-foreign-toplevel.h',
521523
'wayland/meta-wayland-gtk-shell.c',
522524
'wayland/meta-wayland-gtk-shell.h',
523525
'wayland/meta-wayland-layer-shell.c',
@@ -810,6 +812,7 @@ if have_wayland
810812
wayland_protocols = [
811813
['cursor-shape-v1', 'private', ],
812814
['gtk-shell', 'private', ],
815+
['wlr-foreign-toplevel-management-unstable-v1', 'private', ],
813816
['wlr-layer-shell-unstable-v1', 'private', ],
814817
['idle-inhibit', 'unstable', 'v1', ],
815818
['keyboard-shortcuts-inhibit', 'unstable', 'v1', ],

0 commit comments

Comments
 (0)