summaryrefslogtreecommitdiff
path: root/src/savage_driver.h
diff options
context:
space:
mode:
authorFelix Kuehling <fxkuehl@gmx.de>2005-02-26 13:56:27 +0000
committerFelix Kuehling <fxkuehl@gmx.de>2005-02-26 13:56:27 +0000
commit21bf49050a7b868c50831fb3951086fe9c21e8f6 (patch)
treead164d0889f58545b199a7aed08fe4c5af1935cd /src/savage_driver.h
parente1f269bfd24195e96bf6194911430ffc7de4431f (diff)
Fixed ShadowStatus handling with DRI:
- always enable ShadowStatus when DRI is enabled - if DRI initialization fails, reset ShadowStatus to configured setting - if DRI initialization fails, fall back to ShadowStatus in framebuffer
Diffstat (limited to 'src/savage_driver.h')
-rw-r--r--src/savage_driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/savage_driver.h b/src/savage_driver.h
index 2a04a53..6b8ee9e 100644
--- a/src/savage_driver.h
+++ b/src/savage_driver.h
@@ -232,7 +232,8 @@ typedef struct _Savage {
Bool UseBIOS;
int rotate;
double LCDClock;
- Bool ShadowStatus;
+ Bool ConfigShadowStatus; /* from the config */
+ Bool ShadowStatus; /* automatically enabled with DRI */
Bool CrtOnly;
Bool TvOn;
Bool PAL;