From cf82828d49c7c6c5ca76dd4b6b84e23c36f76856 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Fri, 1 Apr 2016 10:55:14 +0800 Subject: Introduce xdg-foreign protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xdg-foreign is a protocol meant to enable setting up inter surface relationships across clients. Potential use cases are out-of-process dialogs, such as file dialogs, meant to be used by sandboxed processes that may not have the access it needs to implement such dialogs. It works by enabling a client to export a surface, creating a handle for the exported surface. The handle, in form of a unique string, may be shared in some way with other clients (for example the provider of the file dialog) which can then import the exported surface. Signed-off-by: Jonas Ådahl Reviewed-by: Mike Blumenkrantz Reviewed-by: Yong Bakos Reviewed-by: Derek Foreman --- unstable/xdg-foreign/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unstable/xdg-foreign/README (limited to 'unstable/xdg-foreign/README') diff --git a/unstable/xdg-foreign/README b/unstable/xdg-foreign/README new file mode 100644 index 0000000..f5bcb83 --- /dev/null +++ b/unstable/xdg-foreign/README @@ -0,0 +1,4 @@ +xdg foreign protocol + +Maintainers: +Jonas Ådahl -- cgit v1.2.3