summaryrefslogtreecommitdiff
path: root/include/windowstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/windowstr.h')
-rw-r--r--include/windowstr.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/windowstr.h b/include/windowstr.h
index 76501c726..13ce60bdd 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -257,25 +257,6 @@ typedef struct _FocusSemaphores {
257 char focusinout[(MAX_DEVICES + 7)/8]; 257 char focusinout[(MAX_DEVICES + 7)/8];
258} FocusSemaphoresRec, *FocusSemaphoresPtr; 258} FocusSemaphoresRec, *FocusSemaphoresPtr;
259 259
260/*
261 * this is the configuration parameter "NO_BACK_SAVE"
262 * it means that any existant backing store should not
263 * be used to implement save unders.
264 */
265
266#ifndef NO_BACK_SAVE
267#define DO_SAVE_UNDERS(pWin) ((pWin)->drawable.pScreen->saveUnderSupport ==\
268 USE_DIX_SAVE_UNDERS)
269/*
270 * saveUnderSupport is set to this magic value when using DIXsaveUnders
271 */
272
273#define USE_DIX_SAVE_UNDERS 0x40
274#endif
275
276extern int numSaveUndersViewable;
277extern int deltaSaveUndersViewable;
278
279#ifdef XEVIE 260#ifdef XEVIE
280extern WindowPtr xeviewin; 261extern WindowPtr xeviewin;
281#endif 262#endif