summaryrefslogtreecommitdiff
path: root/include/windowstr.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-08-20 10:54:07 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-08-20 10:54:07 +0100
commit9e7b29987fb6370333f4da2d4b91912fd8a29fb9 (patch)
treef0ea188ff394fe7f0f7ebdf571594e3e9174d166 /include/windowstr.h
parent2846c3868a71d079c98cf05a9bb750791981f1bf (diff)
parentbc4cef1d0ae7cbb8f5fe16d576db45abd4330370 (diff)
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into glucose-2glucose-2
Conflicts: configure.ac glx/glxcmds.c hw/xfree86/Makefile.am hw/xquartz/bundle/Resources/English.lproj/main.nib/designable.nib hw/xquartz/bundle/Resources/English.lproj/main.nib/keyedobjects.nib
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 {
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