inspector: Show the session management protocol

We want the inspector to show all the protocols that we use.
This commit is contained in:
Matthias Clasen 2024-09-02 08:10:01 -04:00
parent 0b8a9503df
commit fbd5da7302

View File

@ -700,6 +700,7 @@ add_wayland_protocols (GdkDisplay *display,
append_wayland_protocol_row (gen, (struct wl_proxy *)d->single_pixel_buffer);
if (d->color)
append_wayland_protocol_row (gen, gdk_wayland_color_get_color_manager (d->color));
append_wayland_protocol_row (gen, (struct wl_proxy *)d->xdg_session_manager);
}
}
#endif