diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-03-17 07:54:57 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-03-17 07:54:57 +0000 |
commit | 8a0d67391c6f7c627abd2077c713dd2f40ccc6f4 (patch) | |
tree | 1326bbec0440562192dce762f76f963cfc0176ae /ChangeLog.pre-2-4 | |
parent | 63955ec2e2c8f43daa6f4832b9f535adbdecd34f (diff) | |
download | gdk-pixbuf-8a0d67391c6f7c627abd2077c713dd2f40ccc6f4.tar.gz |
Use StructureNotifyMaskMask as the mask, as this enables an application
Tue Mar 17 02:02:02 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdk.c (gdk_dnd_drag_leave): Use StructureNotifyMaskMask as
the mask, as this enables an application listening to those events
to catch the root events. Thanks to Maciej for pointing us in the
right direction.
(gdk_dnd_drag_enter): Likewise.
(gdk_dnd_drag_leave): Likewise.
* gdk/gdkwindow.c (gdk_window_dnd_data_set): Likewise.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b967ebfc7..fed21a30c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,13 @@ +Tue Mar 17 02:02:02 1998 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * gdk/gdk.c (gdk_dnd_drag_leave): Use StructureNotifyMaskMask as + the mask, as this enables an application listening to those events + to catch the root events. Thanks to Maciej for pointing us in the + right direction. + (gdk_dnd_drag_enter): Likewise. + (gdk_dnd_drag_leave): Likewise. + * gdk/gdkwindow.c (gdk_window_dnd_data_set): Likewise. + Mon Mar 16 22:31:02 1998 Federico Mena <federico@nuclecu.unam.mx> * gdk/gdkwindow.c (gdk_window_xid_at): Use signed integers so that |