Fix driver build against server master.

Broken by 3a4151b69d
This commit is contained in:
Lukas Hejtmanek 2008-10-07 15:07:08 +02:00 committed by Eric Anholt
parent 3a4151b69d
commit 111dd151de
1 changed files with 4 additions and 1 deletions

View File

@ -726,6 +726,10 @@ I830EXAInit(ScreenPtr pScreen)
return TRUE;
}
#ifdef I830_USE_UXA
static int uxa_pixmap_index;
#endif
dri_bo *
i830_get_pixmap_bo(PixmapPtr pixmap)
{
@ -750,7 +754,6 @@ i830_get_pixmap_bo(PixmapPtr pixmap)
}
#if defined(I830_USE_UXA)
static int uxa_pixmap_index;
static void
i830_uxa_set_pixmap_bo (PixmapPtr pixmap, dri_bo *bo)