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
|
@ -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…
Reference in New Issue