diff options
author | Joel Bosveld <Joel.Bosveld@gmail.com> | 2009-06-27 16:27:31 +0800 |
---|---|---|
committer | Joel Bosveld <Joel.Bosveld@gmail.com> | 2009-06-27 16:27:31 +0800 |
commit | fe9f9a9aacb912777a8fdcbfd9ad701742e23286 (patch) | |
tree | b7de20017efc601234ef20070648a7da521e14ad /include | |
parent | 2cea332a7d0a54071b8dbb5a8153894063c92136 (diff) |
composite: redirect correctly when grab is active
Diffstat (limited to 'include')
-rw-r--r-- | include/inputstr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index 7c4595a04..6580e1ce2 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -199,6 +199,10 @@ typedef struct _GrabRec { Mask deviceMask; /* XI2 event masks. One per device, each bit is a mask of (1 << type) */ unsigned char xi2mask[EMASKSIZE][XI2MASKSIZE]; +#ifdef COMPOSITE + WindowPtr *spriteTrace; + int spriteTraceGood; +#endif } GrabRec; typedef struct _KeyClassRec { |