mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
exa: A more correct fix.
This commit is contained in:
@@ -72,8 +72,7 @@ exaGetPixmapOffset(PixmapPtr pPix)
|
||||
{
|
||||
ExaScreenPriv (pPix->drawable.pScreen);
|
||||
|
||||
return ((unsigned long)(unsigned long *)ExaGetPixmapAddress(pPix) -
|
||||
(unsigned long)pExaScr->info->memoryBase);
|
||||
return (CARD8 *)ExaGetPixmapAddress(pPix) - pExaScr->info->memoryBase;
|
||||
}
|
||||
|
||||
void *
|
||||
|
||||
Reference in New Issue
Block a user