summaryrefslogtreecommitdiff
path: root/src/savage_driver.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:38 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:38 +0000
commit148230e83c55136a893bc7861d2c8d12d1b7dfd8 (patch)
tree11c69c4fc3c48f604f6cfc369a10f6727dfc1142 /src/savage_driver.h
parent1b535877d4c7045ff4cf45f3e3c00734b61797d2 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'src/savage_driver.h')
-rw-r--r--src/savage_driver.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/savage_driver.h b/src/savage_driver.h
index 2311396..b25fc56 100644
--- a/src/savage_driver.h
+++ b/src/savage_driver.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.h,v 1.16 2003/01/18 15:22:30 eich Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.h,v 1.17 2003/04/23 14:18:37 eich Exp $ */
#ifndef SAVAGE_VGAHWMMIO_H
#define SAVAGE_VGAHWMMIO_H
@@ -140,11 +140,9 @@ typedef struct _Savage {
int YFactor; /* overlay Y factor */
int displayXoffset; /* overlay X offset */
int displayYoffset; /* overlay Y offset */
- int XExpansion; /* expansion factor in x */
- int XExp1;
+ int XExp1; /* expansion ratio in x */
int XExp2;
- int YExpansion; /* expansion factor in x */
- int YExp1;
+ int YExp1; /* expansion ratio in x */
int YExp2;
int cxScreen;
int TVSizeX;