]> Pileus Git - ~andy/gtk/commit
Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntry
authorCody Russell <bratsche@gnome.org>
Tue, 1 Jun 2010 15:32:18 +0000 (10:32 -0500)
committerCody Russell <bratsche@gnome.org>
Tue, 1 Jun 2010 15:32:18 +0000 (10:32 -0500)
commit8e142788a5e1ee0575d2f9963038a29a903d687e
treea2c23f95e41d8c2750960731f1c2c0b8436a0f76
parent5c283cacbe4ee9eb21a579612b86d328bc54e4b2
Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntry

We now exit early from gdk_window_register_dnd() to avoid crashing if the
window type is GDK_WINDOW_OFFSCREEN and does not support dnd operations.
This makes it possible to use any dnd-enabled widgets, such as GtkEntry,
within a GtkOffscreenWindow.
gdk/x11/gdkdnd-x11.c