diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-15 19:17:40 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-20 15:59:39 -0500 |
commit | 7c2f0a8befb310707ea923dbcdfde84521e52c88 (patch) | |
tree | 07bc374fbec80a670eacf4f8aec3439f81ce6311 /include | |
parent | 5cb9e15562a32c1f102d94d5e15d5fd298baff3f (diff) |
Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.
Diffstat (limited to 'include')
-rw-r--r-- | include/windowstr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/windowstr.h b/include/windowstr.h index 4359481cd..a16132458 100644 --- a/include/windowstr.h +++ b/include/windowstr.h @@ -158,9 +158,7 @@ typedef struct _Window { unsigned viewable:1; /* realized && InputOutput */ unsigned dontPropagate:3;/* index into DontPropagateMasks */ unsigned forcedBS:1; /* system-supplied backingStore */ -#ifdef COMPOSITE - unsigned redirectDraw:2; /* rendering is redirected from here */ -#endif + unsigned redirectDraw:2; /* COMPOSITE rendering redirect */ } WindowRec; /* |