summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i830_video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index a7aa6e82..7c7031fb 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -1170,6 +1170,7 @@ I830DisplayVideo(ScrnInfoPtr pScrn, int id, short width, short height,
I830OverlayRegPtr overlay =
(I830OverlayRegPtr) (pI830->FbBase + pI830->OverlayMem->Start);
unsigned int swidth;
+ unsigned int mask, shift, offsety, offsetu;
ErrorF("I830DisplayVideo: %dx%d (pitch %d)\n", width, height,
dstPitch);