mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
- fix warnings (Ronny V. Vindenes)
This commit is contained in:
@@ -414,8 +414,8 @@ static Bool FUNC_NAME(R100SetupTexture)(
|
||||
CARD32 format,
|
||||
CARD8 *src,
|
||||
int src_pitch,
|
||||
int width,
|
||||
int height,
|
||||
unsigned int width,
|
||||
unsigned int height,
|
||||
int flags)
|
||||
{
|
||||
RADEONInfoPtr info = RADEONPTR(pScrn);
|
||||
@@ -733,8 +733,8 @@ static Bool FUNC_NAME(R200SetupTexture)(
|
||||
CARD32 format,
|
||||
CARD8 *src,
|
||||
int src_pitch,
|
||||
int width,
|
||||
int height,
|
||||
unsigned int width,
|
||||
unsigned int height,
|
||||
int flags)
|
||||
{
|
||||
RADEONInfoPtr info = RADEONPTR(pScrn);
|
||||
|
||||
Reference in New Issue
Block a user