From 1357361d6b2a72a3decd9307ca59cc7678ba3063 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 14 Jul 2009 16:15:19 +1000 Subject: Add the enter/leave detail defines, same as the core protocol ones. Signed-off-by: Peter Hutterer --- XI2.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/XI2.h b/XI2.h index 99f6ca2..9430480 100644 --- a/XI2.h +++ b/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 -- cgit v1.2.1