mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00: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:
committed by
Adam Jackson
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[] */
|
||||
|
||||
Reference in New Issue
Block a user