quartz: Fix call to missing symbol
This patch can be considered a leftover of commit12ffae5, replace the no longer existing function with the GDK function meant to replace it. This was noticeable on regular clipboard operations in quartz Cherry-picked from7ffcd85.
This commit is contained in:
committed by
John Ralls
parent
bd3f7f0619
commit
c65c217741
@@ -108,7 +108,7 @@ static GtkClipboard *clipboard_peek (GdkDisplay *display,
|
||||
memset (&selection_data, 0, sizeof (GtkSelectionData));
|
||||
|
||||
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.length = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user