diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-03-11 23:12:25 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-03-11 23:12:25 +0000 |
commit | 093dfedf74d607085b163bd254dea8682d0ba774 (patch) | |
tree | 02bd1e096d859d085d37c607857fe9e00c70884c /gtk/testgtk.c | |
parent | 48a15b7349af2e5ac62005f5bddd915fce6d6853 (diff) | |
download | gdk-pixbuf-093dfedf74d607085b163bd254dea8682d0ba774.tar.gz |
Bug fixes/improvements to the motion event eating for Dnd
Diffstat (limited to 'gtk/testgtk.c')
-rw-r--r-- | gtk/testgtk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/testgtk.c b/gtk/testgtk.c index 486931aba..e020e3b49 100644 --- a/gtk/testgtk.c +++ b/gtk/testgtk.c @@ -4086,6 +4086,7 @@ create_dnd () if (!window) { GdkPoint hotspot = {5,5}; + gdk_dnd_set_drag_shape(modeller->window, &hotspot, rings->window, |