Fix a crash during DND

https://bugzilla.gnome.org/show_bug.cgi?id=640105
This commit is contained in:
Matthias Clasen 2011-01-20 21:36:50 -05:00
parent 6f4df09a04
commit 46903a9100

View File

@ -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;