summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2007-09-26 14:01:57 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2007-09-26 14:01:57 +0800
commitb10a9668dc50d10489b2ae531d89c8ab7c408170 (patch)
treeb3f9af258dfdc170325cec2f502bf2c43f3fb5a3 /src/i830.h
parentf12eaaf385e7a0b85524588a5d865d1cc3f1a0cf (diff)
fix i915 xvmc devPrivate reference
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i830.h b/src/i830.h
index d5ad7a1a..b45be226 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -319,12 +319,12 @@ typedef struct _I830Rec {
/* For Xvideo */
i830_memory *overlay_regs;
#endif
-
+#ifdef XvMCExtension
/* For XvMC */
- void *xvmc;
Bool XvMCEnabled;
Bool IsXvMCSurface;
-
+#endif
+
XF86ModReqInfo shadowReq; /* to test for later libshadow */
Rotation rotation;
void (*PointerMoved)(int, int, int);