summaryrefslogtreecommitdiff
path: root/va/va_backend.h
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2010-03-31 13:21:43 +0800
committerAustin Yuan <shengquan.yuan@gmail.com>2010-03-31 13:21:43 +0800
commitacf42fc19c8025c5842314e89b5a103132827176 (patch)
treebd8bd1ba09a62c3bb4e0ad02a34e2abb4f6b6ea7 /va/va_backend.h
parentc259a9793fbfd22cf1571a035891cb1bb09ec69a (diff)
Display *x11_dpy ==> void *native_dpy for other window system
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'va/va_backend.h')
-rw-r--r--va/va_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/va_backend.h b/va/va_backend.h
index fb1231c..370c78d 100644
--- a/va/va_backend.h
+++ b/va/va_backend.h
@@ -382,7 +382,7 @@ struct VADriverContext
void *pDriverData;
struct VADriverVTable vtable;
- Display *x11_dpy;
+ void *native_dpy;
int x11_screen;
int version_major;
int version_minor;