summaryrefslogtreecommitdiff
path: root/include/dix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dix.h')
-rw-r--r--include/dix.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dix.h b/include/dix.h
index 266241906..8e34211c0 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -416,6 +416,13 @@ extern void SetMaskForEvent(
Mask /* mask */,
int /* event */);
+#ifdef SHAPE
+extern void ConfineToShape(
+ DeviceIntPtr /* pDev */,
+ RegionPtr /* shape */,
+ int* /* px */,
+ int* /* py */);
+#endif
extern Bool IsParent(
WindowPtr /* maybeparent */,