mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Merge remote-tracking branch 'whot/two-screen-coordinates'
This commit is contained in:
commit
d91aa0e660
14 changed files with 270 additions and 67 deletions
|
|
@ -534,8 +534,9 @@ typedef struct _DeviceIntRec {
|
|||
DeviceIntPtr lastSlave; /* last slave device used */
|
||||
|
||||
/* last valuator values recorded, not posted to client;
|
||||
* for slave devices, valuators is in device coordinates
|
||||
* for master devices, valuators is in screen coordinates
|
||||
* for slave devices, valuators is in device coordinates, mapped to the
|
||||
* desktop
|
||||
* for master devices, valuators is in desktop coordinates.
|
||||
* see dix/getevents.c
|
||||
* remainder supports acceleration
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue