mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 13:50:08 +01:00
Merge remote branch 'ajax/for-keithp'
This commit is contained in:
commit
abfea17342
1 changed files with 4 additions and 0 deletions
|
|
@ -403,6 +403,9 @@ typedef void (* DeviceCursorCleanupProcPtr)(
|
|||
DeviceIntPtr /* pDev */,
|
||||
ScreenPtr /* pScreen */);
|
||||
|
||||
typedef void (*ConstrainCursorHarderProcPtr)(
|
||||
DeviceIntPtr, ScreenPtr, int *, int *);
|
||||
|
||||
typedef struct _Screen {
|
||||
int myNum; /* index of this instance in Screens[] */
|
||||
ATOM id;
|
||||
|
|
@ -469,6 +472,7 @@ typedef struct _Screen {
|
|||
/* Cursor Procedures */
|
||||
|
||||
ConstrainCursorProcPtr ConstrainCursor;
|
||||
ConstrainCursorHarderProcPtr ConstrainCursorHarder;
|
||||
CursorLimitsProcPtr CursorLimits;
|
||||
DisplayCursorProcPtr DisplayCursor;
|
||||
RealizeCursorProcPtr RealizeCursor;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue