wayland/surface: Rename output/protocol_state to applied/committed_state

This is more consistent with Wayland protocol spec language.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3395>
This commit is contained in:
Michel Dänzer
2023-11-14 11:44:05 +01:00
committed by Marge Bot
parent 31c5525382
commit ca5bf847ee
11 changed files with 86 additions and 86 deletions

View File

@ -912,7 +912,7 @@ tablet_tool_can_grab_surface (MetaWaylandTabletTool *tool,
if (tool->focus_surface == surface)
return TRUE;
META_WAYLAND_SURFACE_FOREACH_SUBSURFACE (&surface->output_state,
META_WAYLAND_SURFACE_FOREACH_SUBSURFACE (&surface->applied_state,
subsurface)
{
if (tablet_tool_can_grab_surface (tool, subsurface))