diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index ab6810e..8070da1 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -262,7 +262,7 @@ static void RADEONFinishAccess(PixmapPtr pPix, int index) RINFO_FROM_SCREEN(pPix->drawable.pScreen); unsigned char *RADEONMMIO = info->MMIO; CARD32 offset = exaGetPixmapOffset(pPix); - int bpp, soff; + int soff; /* Front buffer is always set with proper swappers */ if (offset == 0) |