inspector: Show presentation time protocol

We have a list of all the used Wayland protocols and their versions
in the inspector. Lets keep it up-to-date.
This commit is contained in:
Matthias Clasen
2024-03-21 07:29:58 -04:00
parent 1704ec3c7d
commit 9837a9dcfd

View File

@@ -692,6 +692,7 @@ add_wayland_protocols (GdkDisplay *display,
append_wayland_protocol_row (gen, (struct wl_proxy *)d->xdg_activation);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->fractional_scale);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->viewporter);
append_wayland_protocol_row (gen, (struct wl_proxy *)d->presentation);
}
}
#endif