summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-11-21 14:46:00 +1030
committerPeter Hutterer <whot@hyena.localdomain>2006-11-21 14:46:00 +1030
commit447efdc01d4f8922205ba26e52c9e5ff9f5cb90e (patch)
tree2343da46aa5e2f31a70896c54af7642b1bb63f07 /include
parent1107d8bea22eea26f7b666f1c00a53360b7d237e (diff)
mi: constrain MPX cursors to screen
Diffstat (limited to 'include')
-rw-r--r--include/scrnintstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index 36135153f..4fa2919df 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -257,6 +257,7 @@ typedef Bool (* UnrealizeFontProcPtr)(
FontPtr /*pFont*/);
typedef void (* ConstrainCursorProcPtr)(
+ DeviceIntPtr /*pDev*/,
ScreenPtr /*pScreen*/,
BoxPtr /*pBox*/);