diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2006-11-21 14:46:00 +1030 |
---|---|---|
committer | Peter Hutterer <whot@hyena.localdomain> | 2006-11-21 14:46:00 +1030 |
commit | 447efdc01d4f8922205ba26e52c9e5ff9f5cb90e (patch) | |
tree | 2343da46aa5e2f31a70896c54af7642b1bb63f07 /include/scrnintstr.h | |
parent | 1107d8bea22eea26f7b666f1c00a53360b7d237e (diff) |
mi: constrain MPX cursors to screen
Diffstat (limited to 'include/scrnintstr.h')
-rw-r--r-- | include/scrnintstr.h | 1 |
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*/); |