mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
inspector: Show the session management protocol
We want the inspector to show all the protocols that we use.
This commit is contained in:
parent
0b8a9503df
commit
fbd5da7302
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user