diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-09-26 14:01:57 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-09-26 14:01:57 +0800 |
commit | b10a9668dc50d10489b2ae531d89c8ab7c408170 (patch) | |
tree | b3f9af258dfdc170325cec2f502bf2c43f3fb5a3 /src/i830.h | |
parent | f12eaaf385e7a0b85524588a5d865d1cc3f1a0cf (diff) |
fix i915 xvmc devPrivate reference
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |