summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/scrnintstr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index 995232524..9f4fbf3df 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -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;