mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
quartz: Fix call to missing symbol
This patch can be considered a leftover of commit 6f607fc8b4
,
replace the no longer existing function with the GDK function
meant to replace it.
This was noticeable on regular clipboard operations in quartz
This commit is contained in:
parent
c4dc0e8e40
commit
7ffcd85d13
@ -108,7 +108,7 @@ static GtkClipboard *clipboard_peek (GdkDisplay *display,
|
|||||||
memset (&selection_data, 0, sizeof (GtkSelectionData));
|
memset (&selection_data, 0, sizeof (GtkSelectionData));
|
||||||
|
|
||||||
selection_data.selection = clipboard->selection;
|
selection_data.selection = clipboard->selection;
|
||||||
selection_data.target = _gtk_quartz_pasteboard_type_to_atom (type);
|
selection_data.target = gdk_quartz_pasteboard_type_to_atom_libgtk_only (type);
|
||||||
selection_data.display = gdk_display_get_default ();
|
selection_data.display = gdk_display_get_default ();
|
||||||
selection_data.length = -1;
|
selection_data.length = -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user