mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
wayland: Pretend selection works, print debug message
This commit is contained in:
parent
3beb09adca
commit
1b918d1b93
@ -39,7 +39,10 @@ _gdk_wayland_display_set_selection_owner (GdkDisplay *display,
|
||||
guint32 time,
|
||||
gboolean send_event)
|
||||
{
|
||||
return FALSE;
|
||||
fprintf(stderr, "set selection owner: atom %ld, owner %p\n",
|
||||
selection, owner);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user