gtk/gdk/wayland/protocol
Sebastian Keller 04cf5044da wayland: Signal gtk-shell surface destruction to the server
This adds a "release" destructor for the gtk_surface1 interface which
signals to the server that a surface has been destroyed on the client
side, which the current "destroy" does not do.

Ideally the protocol would have specified a destroy request marked as
destructor to handle this automatically, however this is no longer
possible due to the destroy method being implicitly generated in the
absence of an explicit request in the protocol. Adding a destroy request
marked as destructor now would generate a new destroy method that
unconditionally would send the request to the server, which would break
clients running on servers not supporting that request.
2021-01-28 22:31:03 +01:00
..
gtk-shell.xml wayland: Signal gtk-shell surface destruction to the server 2021-01-28 22:31:03 +01:00
server-decoration.xml Wayland: Implement KDE's SSD protocol 2017-10-26 15:51:56 -04:00