From 9837a9dcfdbefee6a2e22b0db86a6334fab3cbd2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Mar 2024 07:29:58 -0400 Subject: [PATCH] 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. --- gtk/inspector/general.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/inspector/general.c b/gtk/inspector/general.c index 0f22e187eb..5f52cbb331 100644 --- a/gtk/inspector/general.c +++ b/gtk/inspector/general.c @@ -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