Skip to content

Commit

Permalink
include: Fix a copy/paste error in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Syrjala <[email protected]>
Signed-off-by: Peter Hutterer <[email protected]>
Reviewed-by: Peter Hutterer <[email protected]>
  • Loading branch information
syrjala authored and whot committed Jan 27, 2011
1 parent 77af0dc commit a2c4818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eventstr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a2c4818

Please sign in to comment.