mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Fix a crash during DND
https://bugzilla.gnome.org/show_bug.cgi?id=640105
This commit is contained in:
parent
6f4df09a04
commit
46903a9100
@ -784,7 +784,7 @@ gdk_offscreen_window_class_init (GdkOffscreenWindowClass *klass)
|
||||
impl_class->set_opacity = NULL;
|
||||
impl_class->set_composited = NULL;
|
||||
impl_class->destroy_notify = NULL;
|
||||
impl_class->register_dnd = NULL;
|
||||
impl_class->register_dnd = gdk_offscreen_window_do_nothing;
|
||||
impl_class->drag_begin = NULL;
|
||||
impl_class->process_updates_recurse = gdk_offscreen_window_process_updates_recurse;
|
||||
impl_class->sync_rendering = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user