mi: constrain MPX cursors to screen

This commit is contained in:
Peter Hutterer 2006-11-21 14:46:00 +10:30 committed by Peter Hutterer
commit 447efdc01d
4 changed files with 34 additions and 5 deletions

View file

@ -257,6 +257,7 @@ typedef Bool (* UnrealizeFontProcPtr)(
FontPtr /*pFont*/);
typedef void (* ConstrainCursorProcPtr)(
DeviceIntPtr /*pDev*/,
ScreenPtr /*pScreen*/,
BoxPtr /*pBox*/);