mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
mi: constrain MPX cursors to screen
This commit is contained in:
parent
1107d8bea2
commit
447efdc01d
4 changed files with 34 additions and 5 deletions
|
|
@ -257,6 +257,7 @@ typedef Bool (* UnrealizeFontProcPtr)(
|
|||
FontPtr /*pFont*/);
|
||||
|
||||
typedef void (* ConstrainCursorProcPtr)(
|
||||
DeviceIntPtr /*pDev*/,
|
||||
ScreenPtr /*pScreen*/,
|
||||
BoxPtr /*pBox*/);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue