mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
gdk: Remove check for source window
This is backend dependent, on wayland there is no such source window, not even on local DnD situations. https://bugzilla.gnome.org/show_bug.cgi?id=697855
This commit is contained in:
parent
9c16d8bb50
commit
5fcf2de617
@ -451,7 +451,6 @@ GdkAtom
|
||||
gdk_drag_get_selection (GdkDragContext *context)
|
||||
{
|
||||
g_return_val_if_fail (GDK_IS_DRAG_CONTEXT (context), GDK_NONE);
|
||||
g_return_val_if_fail (context->source_window != NULL, GDK_NONE);
|
||||
|
||||
return GDK_DRAG_CONTEXT_GET_CLASS (context)->get_selection (context);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user