[PATCH 01/11] include: Fix a copy/paste error in a comment

Ville Syrjala syrjala at sci.fi
Sun Jan 23 15:06:39 PST 2011


Signed-off-by: Ville Syrjala <syrjala at sci.fi>
---
 include/eventstr.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/eventstr.h b/include/eventstr.h
index 377cceb..673207c 100644
--- a/include/eventstr.h
+++ b/include/eventstr.h
@@ -177,7 +177,7 @@ struct _DGAEvent
     Time time;            /**<  Time in ms */
     int subtype;          /**<  KeyPress, KeyRelease, ButtonPress,
                                 ButtonRelease, MotionNotify */
-    int detail;           /**<  Relative x coordinate */
+    int detail;           /**<  Button number or key code */
     int dx;               /**<  Relative x coordinate */
     int dy;               /**<  Relative y coordinate */
     int screen;           /**<  Screen number this event applies to */
-- 
1.7.3.4



More information about the xorg-devel mailing list