diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/opaque.h | 1 | ||||
-rw-r--r-- | include/windowstr.h | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/include/opaque.h b/include/opaque.h index d5abcbd50..ab39cc8d0 100644 --- a/include/opaque.h +++ b/include/opaque.h @@ -54,7 +54,6 @@ extern char *display; extern int defaultBackingStore; extern Bool disableBackingStore; extern Bool enableBackingStore; -extern Bool disableSaveUnders; extern Bool PartialNetwork; #ifndef NOLOGOHACK extern int logoScreenSaver; 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 { char focusinout[(MAX_DEVICES + 7)/8]; } FocusSemaphoresRec, *FocusSemaphoresPtr; -/* - * this is the configuration parameter "NO_BACK_SAVE" - * it means that any existant backing store should not - * be used to implement save unders. - */ - -#ifndef NO_BACK_SAVE -#define DO_SAVE_UNDERS(pWin) ((pWin)->drawable.pScreen->saveUnderSupport ==\ - USE_DIX_SAVE_UNDERS) -/* - * saveUnderSupport is set to this magic value when using DIXsaveUnders - */ - -#define USE_DIX_SAVE_UNDERS 0x40 -#endif - -extern int numSaveUndersViewable; -extern int deltaSaveUndersViewable; - #ifdef XEVIE extern WindowPtr xeviewin; #endif |