diff options
Diffstat (limited to 'include/windowstr.h')
-rw-r--r-- | include/windowstr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/windowstr.h b/include/windowstr.h index a36dc2972..a895a8805 100644 --- a/include/windowstr.h +++ b/include/windowstr.h @@ -189,6 +189,9 @@ typedef struct _Window { unsigned forcedBS:1; /* system-supplied backingStore */ unsigned redirectDraw:2; /* COMPOSITE rendering redirect */ unsigned forcedBG:1; /* must have an opaque background */ +#ifdef ROOTLESS + unsigned rootlessUnhittable:1; /* doesn't hit-test */ +#endif } WindowRec; /* |