summaryrefslogtreecommitdiff
path: root/va/va_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va_backend.h')
-rw-r--r--va/va_backend.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/va/va_backend.h b/va/va_backend.h
index cd6201e..25dfeed 100644
--- a/va/va_backend.h
+++ b/va/va_backend.h
@@ -32,9 +32,6 @@
#include <va/va.h>
#include <X11/Xlib.h>
#include <linux/videodev2.h>
-#include <ui/Surface.h>
-
-class Surface;
typedef struct VADriverContext *VADriverContextP;
typedef struct VADisplayContext *VADisplayContextP;
@@ -182,7 +179,7 @@ struct VADriverVTable
VAStatus (*vaPutSurface) (
VADriverContextP ctx,
VASurfaceID surface,
- Surface* draw, /* X Drawable */
+ void* draw, /* X Drawable */
short srcx,
short srcy,
unsigned short srcw,