summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <agd5f@yahoo.com>2004-12-19 06:11:06 +0000
committerAlex Deucher <agd5f@yahoo.com>2004-12-19 06:11:06 +0000
commit5b8577ae3200d967b4316156f16028cbcfd21983 (patch)
treea0aa46146465f7009b54cef5f58306274e1158f0 /src
parent447124a663a24a7fffb0cd241d18dd896a43098b (diff)
- fix warnings (Ronny V. Vindenes)
Diffstat (limited to 'src')
-rw-r--r--src/radeon_render.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/radeon_render.c b/src/radeon_render.c
index e5715fb..4521c0e 100644
--- a/src/radeon_render.c
+++ b/src/radeon_render.c
@@ -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);