summaryrefslogtreecommitdiff
path: root/src/i965_hwmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_hwmc.h')
-rw-r--r--src/i965_hwmc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i965_hwmc.h b/src/i965_hwmc.h
index 9db0f359..fb61516c 100644
--- a/src/i965_hwmc.h
+++ b/src/i965_hwmc.h
@@ -10,9 +10,10 @@ struct drm_memory_block {
};
struct i965_xvmc_surface {
- struct drm_memory_block buffer;
+ int w, h;
unsigned int no;
void *handle;
+ dri_bo *bo;
};
struct i965_xvmc_context {