mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 00:24:42 +00:00
wayland: Add wayland MetaSelectionSource implementation
This object represents a Wayland selection owner. In order to invert the FD direction (we hand an output fd, but want an inpu fd), create an intermediate pipe so we can then create a GInputStream on top of it. https://gitlab.gnome.org/GNOME/mutter/merge_requests/320
This commit is contained in:
@@ -454,6 +454,8 @@ if have_wayland
|
||||
'wayland/meta-pointer-confinement-wayland.h',
|
||||
'wayland/meta-pointer-lock-wayland.c',
|
||||
'wayland/meta-pointer-lock-wayland.h',
|
||||
'wayland/meta-selection-source-wayland.c',
|
||||
'wayland/meta-selection-source-wayland-private.h',
|
||||
'wayland/meta-wayland-actor-surface.c',
|
||||
'wayland/meta-wayland-actor-surface.h',
|
||||
'wayland/meta-wayland-buffer.c',
|
||||
|
Reference in New Issue
Block a user