mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
quartz: fix typo
This commit is contained in:
parent
fb8717f722
commit
1e814709d7
@ -165,7 +165,7 @@ gdk_quartz_drag_context_finalize (GObject *object)
|
||||
}
|
||||
|
||||
static void
|
||||
gdk_drag_context_class_init (GdkDragContextClass *klass)
|
||||
gdk_quartz_drag_context_class_init (GdkQuartzDragContextClass *klass)
|
||||
{
|
||||
GObjectClass *object_class = G_OBJECT_CLASS (klass);
|
||||
GdkDragContextClass *context_class = GDK_DRAG_CONTEXT_CLASS (klass);
|
||||
|
Loading…
Reference in New Issue
Block a user