diff options
Diffstat (limited to 'src/ativga.c')
-rw-r--r-- | src/ativga.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ativga.c b/src/ativga.c index 9a732a3..62edf02 100644 --- a/src/ativga.c +++ b/src/ativga.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c,v 1.19 2003/01/01 19:16:34 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c,v 1.20 2003/04/23 21:51:31 tsi Exp $ */ /* * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * @@ -318,7 +318,9 @@ ATIVGACalculate pMode->CrtcVTotal >>= 1; } else + { pATIHW->crt[23] &= ~0x04U; + } pMode->CrtcVDisplay--; if (pATI->Chip == ATI_CHIP_18800) |