mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Add ungrab support to ExtendedGrabDeviceRequest handling.
Polish the code a bit.
This commit is contained in:
parent
5c680e9493
commit
81fc6a128b
3 changed files with 91 additions and 85 deletions
|
|
@ -699,15 +699,16 @@ extern void SetGenericFilter(int extension, Mask* filters);
|
|||
|
||||
extern int ExtGrabDevice(ClientPtr client,
|
||||
DeviceIntPtr dev,
|
||||
int grabmode,
|
||||
int device_mode,
|
||||
WindowPtr grabWindow,
|
||||
WindowPtr confineTo,
|
||||
TimeStamp ctime,
|
||||
Bool ownerEvents,
|
||||
CursorPtr cursor,
|
||||
Mask core_mask,
|
||||
Mask xi_mask,
|
||||
GenericMaskPtr ge_masks);
|
||||
|
||||
extern int ExtUngrabDevice(ClientPtr client,
|
||||
DeviceIntPtr dev);
|
||||
|
||||
#endif /* DIX_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue