diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-05 03:02:21 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-05 03:02:21 +0000 |
commit | 60149b3275048d86a317c808702b12c96f1e6720 (patch) | |
tree | 5c859eeab1631b892f84a6a4bcff9be815774c94 /ChangeLog.pre-2-10 | |
parent | 8625065817ddaaf501f17b27b84a19e9968c8d8d (diff) | |
download | gtk+-60149b3275048d86a317c808702b12c96f1e6720.tar.gz |
Add a function to XSendEvent() and call a calback on failure/success.
Fri Jul 4 22:57:18 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
a function to XSendEvent() and call a calback on
failure/success.
* gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
messages to the same process, use _gdk_send_xevent_async().
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 982eb92a7b..48398e21cd 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +Fri Jul 4 22:57:18 2003 Owen Taylor <otaylor@redhat.com> + + * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add + a function to XSendEvent() and call a calback on + failure/success. + + * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit + messages to the same process, use _gdk_send_xevent_async(). + Fri Jul 4 22:26:27 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split |