mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 21:28:50 +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:
committed by
Peter Hutterer
parent
2d0a63126b
commit
202b46eb6b
@@ -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 */,
|
||||
|
||||
Reference in New Issue
Block a user