From a2c481821997ae14aa5816895ae36db2ca2e4dec Mon Sep 17 00:00:00 2001 From: Ville Syrjala Date: Mon, 24 Jan 2011 01:06:39 +0200 Subject: include: Fix a copy/paste error in a comment Signed-off-by: Ville Syrjala Signed-off-by: Peter Hutterer Reviewed-by: Peter Hutterer --- include/eventstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/eventstr.h') diff --git a/include/eventstr.h b/include/eventstr.h index 377cceba2..673207ce3 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 */ -- cgit v1.2.3