summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-05-13 11:00:38 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2008-05-13 11:00:38 +0200
commit708e7c98f636738fbcc47a597bc94b309a4dc1c4 (patch)
tree5407af02a36129107fade12eddc4126b23e5847b /src/radeon_dri.c
parent908b7b940e3ef296836bc94680ebb8ab67650e31 (diff)
Reinstate CARD* types that are part of external interfaces.
The compiler pointed this out...
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r--src/radeon_dri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index f7f3e40e..9fdc5b6c 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -508,7 +508,7 @@ static void RADEONScreenToScreenCopyDepth(ScrnInfoPtr pScrn,
#endif /* USE_XAA */
/* Initialize the state of the back and depth buffers */
-static void RADEONDRIInitBuffers(WindowPtr pWin, RegionPtr prgn, uint32_t indx)
+static void RADEONDRIInitBuffers(WindowPtr pWin, RegionPtr prgn, CARD32 indx)
{
/* NOOP. There's no need for the 2d driver to be clearing buffers
* for the 3d client. It knows how to do that on its own.
@@ -523,7 +523,7 @@ static void RADEONDRIInitBuffers(WindowPtr pWin, RegionPtr prgn, uint32_t indx)
* are reversed.
*/
static void RADEONDRIMoveBuffers(WindowPtr pParent, DDXPointRec ptOldOrg,
- RegionPtr prgnSrc, uint32_t indx)
+ RegionPtr prgnSrc, CARD32 indx)
{
#ifdef USE_XAA
ScreenPtr pScreen = pParent->drawable.pScreen;