mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 17:00:06 +01:00
include: Fix a copy/paste error in a comment
Signed-off-by: Ville Syrjala <syrjala@sci.fi> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
77af0dc521
commit
a2c4818219
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue