summaryrefslogtreecommitdiff
path: root/src/xvmc/i915_xvmc.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-03-10 16:20:03 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2010-05-16 19:59:28 +0100
commitb7d195cfbd83b20bff9e54524efa96503b89a350 (patch)
tree2503ec7ae67a3e869701444dfeec663590d919cd /src/xvmc/i915_xvmc.h
parente24c5d7dc33e0574178f0bc178b97cd1c439a2eb (diff)
libXvMC i915: s/i915XvMCSurface/struct intel_xvmc_surface/
The private surface struct now adds nothing. Drop it. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> (cherry picked from commit 6c44ce9e127e531224bac825da7918800a3e6a1a) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'src/xvmc/i915_xvmc.h')
-rw-r--r--src/xvmc/i915_xvmc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xvmc/i915_xvmc.h b/src/xvmc/i915_xvmc.h
index 3f96a9cc..e5b84220 100644
--- a/src/xvmc/i915_xvmc.h
+++ b/src/xvmc/i915_xvmc.h
@@ -91,13 +91,4 @@ typedef struct _i915XvMCSubpicture {
/* Number of YUV buffers per surface */
#define I830_MAX_BUFS 2
-/*
- * i915XvMCSurface: Private data structure for each XvMCSurface. This
- * structure is referenced by the privData pointer in the XvMCSurface
- * structure.
- */
-typedef struct _i915XvMCSurface {
- struct intel_xvmc_surface comm;
-} i915XvMCSurface;
-
#endif /* _I915XVMC_H */