mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 10:48:13 +02:00
Add the enter/leave detail defines, same as the core protocol ones.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2a3dc6c471
commit
1357361d6b
1 changed files with 10 additions and 0 deletions
10
XI2.h
10
XI2.h
|
|
@ -50,6 +50,16 @@
|
|||
#define XINotifyPassiveGrab 4
|
||||
#define XINotifyPassiveUngrab 5
|
||||
|
||||
/* Enter/Leave and focus In/out detail */
|
||||
#define XINotifyAncestor 0
|
||||
#define XINotifyVirtual 1
|
||||
#define XINotifyInferior 2
|
||||
#define XINotifyNonlinear 3
|
||||
#define XINotifyNonlinearVirtual 4
|
||||
#define XINotifyPointer 5
|
||||
#define XINotifyPointerRoot 6
|
||||
#define XINotifyDetailNone 7
|
||||
|
||||
/* Passive grab types */
|
||||
#define XIGrabtypeButton 0
|
||||
#define XIGrabtypeKeysym 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue