mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 14:10:32 +01:00
Add mode field to ConstrainCursorHarder
For Pointer Barriers, the movement mode is important and must be passed through. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a16e282200
commit
720c895db9
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ typedef void (* DeviceCursorCleanupProcPtr)(
|
|||
ScreenPtr /* pScreen */);
|
||||
|
||||
typedef void (*ConstrainCursorHarderProcPtr)(
|
||||
DeviceIntPtr, ScreenPtr, int *, int *);
|
||||
DeviceIntPtr, ScreenPtr, int, int *, int *);
|
||||
|
||||
typedef struct _Screen {
|
||||
int myNum; /* index of this instance in Screens[] */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue