wayland: Add support for the xdg-foreign protocol

Desktop / GNOME / Mutter - Jonas Ådahl [gmail.com] - 22 August 2016 08:03 UTC

This commits adds support for exporting xdg_surface handles via xdg_exporter and importing them via xdg_importer.

This bumps the required wayland-protocols version to 1.6.

https://bugzilla.gnome.org/show_bug.cgi?id=769786

6f8e686 wayland: Add support for the xdg-foreign protocol
.gitignore | 2 +
configure.ac | 2 +-
src/Makefile.am | 4 +
src/wayland/meta-wayland-versions.h | 2 +
src/wayland/meta-wayland-xdg-foreign.c | 464 ++++++++++++++++++++++++++++++++
src/wayland/meta-wayland-xdg-foreign.h | 34 +++
src/wayland/meta-wayland.c | 2 +
7 files changed, 509 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share