mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
wayland: Some debug spew tweaks
This commit is contained in:
parent
23268e84b3
commit
ffdbb9077c
@ -2569,8 +2569,7 @@ gdk_wayland_display_add_output (GdkWaylandDisplay *display_wayland,
|
||||
|
||||
wl_output_add_listener (output, &output_listener, monitor);
|
||||
|
||||
GDK_DEBUG (MISC, "xdg_output_manager %p",
|
||||
display_wayland->xdg_output_manager);
|
||||
GDK_DEBUG (MISC, "add output %u, version %u", id, version);
|
||||
|
||||
if (display_has_xdg_output_support (display_wayland))
|
||||
gdk_wayland_display_get_xdg_output (monitor);
|
||||
@ -2613,6 +2612,8 @@ gdk_wayland_display_remove_output (GdkWaylandDisplay *self,
|
||||
{
|
||||
guint i, n;
|
||||
|
||||
GDK_DEBUG (MISC, "remove output %u", id);
|
||||
|
||||
n = g_list_model_get_n_items (G_LIST_MODEL (self->monitors));
|
||||
for (i = 0; i < n; i++)
|
||||
{
|
||||
@ -2668,7 +2669,7 @@ gdk_wayland_display_get_output_scale (GdkWaylandDisplay *display_wayland,
|
||||
* Returns: %TRUE if the global is offered by the compositor
|
||||
*/
|
||||
gboolean
|
||||
gdk_wayland_display_query_registry (GdkDisplay *display,
|
||||
gdk_wayland_display_query_registry (GdkDisplay *display,
|
||||
const char *global)
|
||||
{
|
||||
GdkWaylandDisplay *display_wayland = GDK_WAYLAND_DISPLAY (display);
|
||||
|
Loading…
Reference in New Issue
Block a user