[PATCH wayland-protocols v2] Introduce xdg-foreign protocol
Marco Martin
notmart at gmail.com
Wed Aug 9 11:42:51 UTC 2017
On Wednesday 27 July 2016 15:54:58 Jonas Ã…dahl wrote:
> 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.
a quick feedback while trying on implementing it in kde side.
since we use c++, the file generated by wayland-scanner, won't compile due to
the request called "export" which is a reserved keyword in c++11.
could the request be renamed to something else, even just a bit more redundant
as export_surface which would be safer as compilers are concerned?
--
Marco Martin
More information about the wayland-devel
mailing list