mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 07:40:10 +01:00
dix: update a comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5cbd4d3d6e
commit
e341512bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -1016,7 +1016,7 @@ GetPointerEvents(EventList *events, DeviceIntPtr pDev, int type, int buttons,
|
|||
CARD32 ms;
|
||||
DeviceEvent *event;
|
||||
RawDeviceEvent *raw;
|
||||
int x = 0, y = 0, /* switches between device and screen coords */
|
||||
int x = 0, y = 0, /* device coords */
|
||||
cx, cy; /* only screen coordinates */
|
||||
ScreenPtr scr = miPointerGetScreen(pDev);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue