diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-23 00:43:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-23 00:43:26 +0000 |
commit | 148e7663341edbb31ea03cdb2c82bccf8003ef02 (patch) | |
tree | 5e8f927b65b3dee5f54c31cdf365d0c990deb7d9 /ChangeLog.pre-2-10 | |
parent | d5aed59bbcefe89a34da745a0f7e2abe7bcdcae6 (diff) | |
download | gdk-pixbuf-148e7663341edbb31ea03cdb2c82bccf8003ef02.tar.gz |
When sending events to windows with a proxy, set the window field in the
Mon Feb 22 19:06:30 1999 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdnd.c (xdnd_send_*): When sending events to
windows with a proxy, set the window field in the
sent event to the original window, not to the proxy.
(This gives consistency with Motif, and also provides
information to the destination that it wouldn't have
otherwise).
* gtk/gtkdnd.c: Fixed some refcount leaks for windows.
* gdk/gdkdnd.c (xdnd_send_xevent): When sending
Xdnd event to the root window, set the event mask
to ButtonPressMask. Hopefully, this should give us
compatibility with kfm, if it uses the Qt style
of root window drops.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4990aec03..d16adc671 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,20 @@ +Mon Feb 22 19:06:30 1999 Owen Taylor <otaylor@redhat.com> + + * gdk/gdkdnd.c (xdnd_send_*): When sending events to + windows with a proxy, set the window field in the + sent event to the original window, not to the proxy. + (This gives consistency with Motif, and also provides + information to the destination that it wouldn't have + otherwise). + + * gtk/gtkdnd.c: Fixed some refcount leaks for windows. + + * gdk/gdkdnd.c (xdnd_send_xevent): When sending + Xdnd event to the root window, set the event mask + to ButtonPressMask. Hopefully, this should give us + compatibility with kfm, if it uses the Qt style + of root window drops. + Mon Feb 22 08:45:10 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: |