GNOME Bugzilla – Bug 758882
window: Don't destroy hardcoded window
Last modified: 2015-12-01 15:50:46 UTC
This commit changes the semantics of gtk_window_set_hardcoded_window to not destroy the window on unrealize, but just drop the reference. This is necessary to make it possible to set drag icons or windows more than once on a drag context, which is something that can happen, as seen e.g. in testentryicons.c.
Created attachment 316567 [details] [review] window: Don't destroy hardcoded window
related to bug 748763
there is more work needed on this; even with this patch, the warnings are gone but the drag icon still doesn't show up.
lets drop this for now, the other approaches in bug 748763 are more promising.