OSDN Git Service

rename NativeDisplay to VANativeDisplay
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 8 Nov 2011 02:22:43 +0000 (10:22 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 14 Dec 2011 00:27:03 +0000 (08:27 +0800)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
va/va.h

diff --git a/va/va.h b/va/va.h
index 2ff501b..7f594db 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -180,7 +180,7 @@ const char *vaErrorStr(VAStatus error_status);
  * native window system.
  * For X Windows, native_dpy would be from XOpenDisplay()
  */
-typedef void* NativeDisplay;   /* window system dependent */
+typedef void* VANativeDisplay; /* window system dependent */
 
 int vaDisplayIsValid(VADisplay dpy);