diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2011-11-08 10:29:40 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2011-12-14 08:27:03 +0800 |
commit | 52c87f898b210cddde70231021097c5a0bb6fdc3 (patch) | |
tree | b41c17e575e7e5e6fde57a0d0be88387c66f29f6 /va/va_x11.h | |
parent | a65acb298894fa90e3cb7692795027143d6b1dbe (diff) | |
download | libva-52c87f898b210cddde70231021097c5a0bb6fdc3.tar.gz |
declare vaGetDisplay in va.h instead of va_xxx.h
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'va/va_x11.h')
-rw-r--r-- | va/va_x11.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/va/va_x11.h b/va/va_x11.h index c6f9670..7ff9fdd 100644 --- a/va/va_x11.h +++ b/va/va_x11.h @@ -9,13 +9,6 @@ extern "C" { #endif /* - * Returns a suitable VADisplay for VA API - */ -VADisplay vaGetDisplay ( - Display *dpy -); - -/* * Output rendering * Following is the rendering interface for X windows, * to get the decode output surface to a X drawable |