diff options
-rw-r--r-- | src/i830_video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index dd3aefa3..b0403d40 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1440,6 +1440,7 @@ i830_copy_video_data(ScrnInfoPtr scrn, intel_adaptor_private *adaptor_priv, INT32 x1, INT32 y1, INT32 x2, INT32 y2, int id, unsigned char *buf) { + intel_screen_private *intel = intel_get_screen_private(scrn); int srcPitch = 0, srcPitch2 = 0; int top, left, npixels, nlines, size; |