diff options
Diffstat (limited to 'xorg-server/hw/dmx/input/dmxbackend.c')
-rw-r--r-- | xorg-server/hw/dmx/input/dmxbackend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/dmx/input/dmxbackend.c b/xorg-server/hw/dmx/input/dmxbackend.c index b94c6d468..55615cf39 100644 --- a/xorg-server/hw/dmx/input/dmxbackend.c +++ b/xorg-server/hw/dmx/input/dmxbackend.c @@ -236,7 +236,7 @@ static int dmxBackendOffscreen(int screen, int x, int y) } /** This routine is called from #dmxCoreMotion for each motion - * event. #x and #y are global coordinants. */ + * event. \a x and \a y are global coordinants. */ void dmxBackendUpdatePosition(pointer private, int x, int y) { GETPRIVFROMPRIVATE; |