summaryrefslogtreecommitdiff
path: root/src/i830_video.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2007-06-25 10:17:08 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2007-07-19 17:28:35 +0800
commit934da9f2b83716bb37d0719a61b8e6b179fff2cd (patch)
treef75e779691c0baeadf4dbff4f24f0a6c9e110de5 /src/i830_video.h
parentc7920a0e819308762fca3d6fc7ab194bd565b06a (diff)
enable XvMC for i915
Diffstat (limited to 'src/i830_video.h')
-rw-r--r--src/i830_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_video.h b/src/i830_video.h
index 7e2d1498..67022f6a 100644
--- a/src/i830_video.h
+++ b/src/i830_video.h
@@ -77,6 +77,7 @@ typedef struct {
int oneLineMode;
int scaleRatio;
Bool textured;
+ void *xvmc_priv;
} I830PortPrivRec, *I830PortPrivPtr;
#define GET_PORT_PRIVATE(pScrn) \