diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-06 18:56:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-06 18:56:44 +0000 |
commit | c084f54145e2e77ff69ac65b297b1720daee33e0 (patch) | |
tree | cd40e182271ac54db96f343a80e47a326d8ef1e6 /ChangeLog.pre-2-6 | |
parent | d7226f50e6d0babb2490400993a58d35d84d8b9b (diff) | |
download | gtk+-c084f54145e2e77ff69ac65b297b1720daee33e0.tar.gz |
gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use of
Sun Jul 6 13:00:20 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkdnd.c (_gtk_drag_source_handle_event)
* gtk/gtkdnd.c (gtk_drag_begin_internal): Remove use
of GDK_POINTER_MOTION_HINT_MASK.
* gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
of the drag into an idle as a superior form of
expose compression.
* gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
creation here, so that we have an icon at the start
of the drag (e.g., when retrieving the window cache
information.)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 08bcbbc6e0..0c73de3181 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,4 +1,12 @@ -Sun Jul 6 11:56:48 2003 Owen Taylor <otaylor@redhat.com> +Sun Jul 6 13:00:20 2003 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkdnd.c (_gtk_drag_source_handle_event) + * gtk/gtkdnd.c (gtk_drag_begin_internal): Remove use + of GDK_POINTER_MOTION_HINT_MASK. + + * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating + of the drag into an idle as a superior form of + expose compression. * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon creation here, so that we have an icon at the start |