[gtk+/touch-for-3.4] Remove GdkEventButton.touch_id from the docs



commit 02fc18f34c3f57c75d06c7553b855beaca31f6e4
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 24 11:53:01 2012 -0500

    Remove GdkEventButton.touch_id from the docs
    
    Button events no longer have a touch id

 gdk/gdkevents.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index 7ec4f85..8b59e67 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -617,8 +617,6 @@ struct _GdkEventMotion
  *   screen.
  * @y_root: the y coordinate of the pointer relative to the root of the
  *   screen.
- * @touch_id: touch ID, only meaningful if event is of type %GDK_TOUCH_PRESS
- *   or %GDK_TOUCH_RELEASE.
  *
  * Used for button press and button release events. The
  * @type field will be one of %GDK_BUTTON_PRESS,
@@ -691,12 +689,12 @@ struct _GdkEventButton
  * @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.
+ * @touch_id: touch ID
  * @device: the device where the event originated.
  * @x_root: the x coordinate of the pointer relative to the root of the
  *   screen.
  * @y_root: the y coordinate of the pointer relative to the root of the
  *   screen.
- * @touch_id: touch ID
  *
  * Used for touch event.
  * @type field will be one of %GDK_TOUCH_BEGIN, %GDK_TOUCH_UPDATE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]