diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:30:51 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:30:51 +0000 |
commit | 06bbfeac0401f34ce08fb5eaafe4d8db83b8f7a5 (patch) | |
tree | 6552faaaf1026cc89bda9d6235a357e2868f7d22 /src/nv_dac.c | |
parent | b56dd6bacff59e17249b5a1427f99edf93657f30 (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)YGWIN-6_8_1-MERGECYGWIN-RELEASE-1-MERGE
Diffstat (limited to 'src/nv_dac.c')
-rw-r--r-- | src/nv_dac.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nv_dac.c b/src/nv_dac.c index c1e093e..4b3f528 100644 --- a/src/nv_dac.c +++ b/src/nv_dac.c @@ -236,6 +236,9 @@ NVDACInit(ScrnInfoPtr pScrn, DisplayModePtr mode) } else nvReg->cursorConfig |= 0x02000000; + nvReg->timingH = 0; + nvReg->timingV = 0; + return (TRUE); } |