wayland: Drop wl-shell protocol

This protocol is deprecated since a long time, so remove it.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2183>
This commit is contained in:
Fernando Monteiro
2021-09-16 21:23:18 +01:00
committed by Marge Bot
parent 8de449dc72
commit a8bf9d8c68
6 changed files with 3 additions and 818 deletions

View File

@ -520,8 +520,8 @@ struct _MetaWindow
* For X11 windows, this matches XGetGeometry of the toplevel.
*
* For Wayland windows, the position matches the position of the
* surface associated with shell surface (wl_shell_surface, xdg_surface
* etc). The size matches the size surface size as displayed in the stage.
* surface associated with shell surface (xdg_surface, etc.)
* The size matches the size surface size as displayed in the stage.
*/
MetaRectangle buffer_rect;