diff options
Diffstat (limited to 'gdk/gdkeventsprivate.h')
-rw-r--r-- | gdk/gdkeventsprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h index 41ffc5240c..1daffc27b9 100644 --- a/gdk/gdkeventsprivate.h +++ b/gdk/gdkeventsprivate.h @@ -99,8 +99,6 @@ struct _GdkEventExpose * @state: (type GdkModifierType): a bit-mask representing the state of * the modifier keys (e.g. Control, Shift and Alt) and the pointer * buttons. See #GdkModifierType. - * @is_hint: set to 1 if this event is just a hint, see the - * %GDK_POINTER_MOTION_HINT_MASK value of #GdkEventMask. * @device: the master device that the event originated from. Use * gdk_event_get_source_device() to get the slave device. * @x_root: the x coordinate of the pointer relative to the root of the @@ -118,7 +116,6 @@ struct _GdkEventMotion gdouble y; gdouble *axes; guint state; - gint16 is_hint; GdkDeviceTool *tool; gdouble x_root, y_root; GList *history; |