diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-05-27 02:01:40 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-27 02:01:40 +0000 |
commit | 99fdc828ebb377bc8317c58328ae4df678d85148 (patch) | |
tree | 4ee3c55d5f4ba9afbde88583288d9a54e0967dea /ChangeLog.pre-2-2 | |
parent | d6d54509d3f3b2087e709aa18900c37683844718 (diff) | |
download | gtk+-99fdc828ebb377bc8317c58328ae4df678d85148.tar.gz |
New enumeration for the "mode" field of crossing events. (struct
1998-05-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gdk/gdktypes.h (GdkCrossingMode): New enumeration for the "mode"
field of crossing events.
(struct _GdkEventCrossing): Added the following fields: time, x,
y, x_root, y_root, mode, focus, state.
* gdk/gdk.c (gdk_event_translate): Fill in the new fields of the
crossing event structure.
* gtk/gtkfeatures.h (GDK_HAVE_FULL_CROSSING_EVENT): Annotate
changes to the crossing event structure.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 63934644fd..103eb27419 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,16 @@ +1998-05-26 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gdk/gdktypes.h (GdkCrossingMode): New enumeration for the "mode" + field of crossing events. + (struct _GdkEventCrossing): Added the following fields: time, x, + y, x_root, y_root, mode, focus, state. + + * gdk/gdk.c (gdk_event_translate): Fill in the new fields of the + crossing event structure. + + * gtk/gtkfeatures.h (GDK_HAVE_FULL_CROSSING_EVENT): Annotate + changes to the crossing event structure. + Tue May 26 15:51:28 1998 Radek Doulik <gis@academy.cas.cz> * gdk/gdk.c: include gdkx.h always (for GDK_ROOT_WINDOW) |