mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Xi: Add SetClientPointer request handling.
This commit is contained in:
parent
b3b2a6a0d4
commit
07806f4081
7 changed files with 170 additions and 64 deletions
|
|
@ -603,17 +603,17 @@ extern int TryClientEvents(
|
|||
|
||||
extern void WindowsRestructured(void);
|
||||
|
||||
extern Bool SetClientPointer(
|
||||
ClientPtr /* client */,
|
||||
ClientPtr /* setter */,
|
||||
DeviceIntPtr /* device */);
|
||||
|
||||
extern DeviceIntPtr PickPointer(
|
||||
ClientPtr /* client */);
|
||||
|
||||
extern DeviceIntPtr PickKeyboard(
|
||||
ClientPtr /* client */);
|
||||
|
||||
extern Bool IsInterferingGrab(
|
||||
ClientPtr /* client */,
|
||||
DeviceIntPtr /* dev */,
|
||||
xEvent* /* events */);
|
||||
|
||||
#ifdef PANORAMIX
|
||||
extern void ReinitializeRootWindow(WindowPtr win, int xoff, int yoff);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue