diff options
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 057f693b..428ea222 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -4477,7 +4477,7 @@ static void RADEONRestorePalette(ScrnInfoPtr pScrn, RADEONSavePtr restore) } PAL_SELECT(0); - INPAL_START(0); + OUTPAL_START(0); for (i = 0; i < 256; i++) { OUTREG(RADEON_PALETTE_30_DATA, restore->palette[i]); } |