summaryrefslogtreecommitdiff
path: root/include/windowstr.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-03-26 10:21:44 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2007-03-26 10:21:44 -0400
commitf7c5aa0dc0fa3569a2ee412c4f996960f936b6ed (patch)
tree5eb989895aeb26bbe30d1999616fbe625504a460 /include/windowstr.h
parent2e3cc861f90415f200826bc71dab6298d759c42b (diff)
Remove dead NEED_DBE_BUF_BITS code.
Diffstat (limited to 'include/windowstr.h')
-rw-r--r--include/windowstr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/windowstr.h b/include/windowstr.h
index a37dc6b75..9fd6d768c 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -129,12 +129,6 @@ typedef struct _Window {
unsigned viewable:1; /* realized && InputOutput */
unsigned dontPropagate:3;/* index into DontPropagateMasks */
unsigned forcedBS:1; /* system-supplied backingStore */
-#ifdef NEED_DBE_BUF_BITS
-#define DBE_FRONT_BUFFER 1
-#define DBE_BACK_BUFFER 0
- unsigned dstBuffer:1; /* destination buffer for rendering */
- unsigned srcBuffer:1; /* source buffer for rendering */
-#endif
#ifdef COMPOSITE
unsigned redirectDraw:1; /* rendering is redirected from here */
#endif