mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Make GrabDevice differ between core grabs and device grabs.
This commit is contained in:
parent
e8777a91f3
commit
9b0b340668
3 changed files with 12 additions and 9 deletions
|
|
@ -485,7 +485,8 @@ extern int GrabDevice(
|
|||
unsigned /* ownerEvents */,
|
||||
Time /* ctime */,
|
||||
Mask /* mask */,
|
||||
CARD8 * /* status */);
|
||||
CARD8 * /* status */,
|
||||
Bool /* coreGrab */);
|
||||
|
||||
extern void InitEvents(void);
|
||||
extern void InitSprite(
|
||||
|
|
|
|||
Loading…
Reference in a new issue