mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
xfree86: Changing "IsMPDevice" to "SharedPointer" option. Devices will default
to MP devices. Xi: Adding QueryDevicePointer request/reply Adding WarpDevicePointer request/reply
This commit is contained in:
parent
2d0a63126b
commit
202b46eb6b
13 changed files with 493 additions and 15 deletions
|
|
@ -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 */,
|
||||
|
|
|
|||
Loading…
Reference in a new issue