Merge branch 'gtk-3-24-fix-set_functions' into 'gtk-3-24'

quartz: impl_class->set_functions listed twice in the object

See merge request GNOME/gtk!1282
This commit is contained in:
Alex Samorukov 2020-01-08 14:17:36 +00:00
commit 55346fbeb9

View File

@ -3080,7 +3080,6 @@ gdk_window_impl_quartz_class_init (GdkWindowImplQuartzClass *klass)
impl_class->set_decorations = gdk_quartz_window_set_decorations;
impl_class->get_decorations = gdk_quartz_window_get_decorations;
impl_class->set_functions = gdk_quartz_window_set_functions;
impl_class->set_functions = gdk_quartz_window_set_functions;
impl_class->begin_resize_drag = gdk_quartz_window_begin_resize_drag;
impl_class->begin_move_drag = gdk_quartz_window_begin_move_drag;
impl_class->set_opacity = gdk_quartz_window_set_opacity;