diff options
author | marha <marha@users.sourceforge.net> | 2010-12-28 16:10:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-28 16:10:20 +0000 |
commit | 807c6931fe683fd844ceec1b023232181e6aae03 (patch) | |
tree | 1a131ed95fe2200d0ad33da8f7755a7ed2364adc /mesalib/include/VG/vgu.h | |
parent | 973099dda7e49e5abe29819a7124b3b1e7bd8b92 (diff) | |
download | vcxsrv-807c6931fe683fd844ceec1b023232181e6aae03.tar.gz vcxsrv-807c6931fe683fd844ceec1b023232181e6aae03.tar.bz2 vcxsrv-807c6931fe683fd844ceec1b023232181e6aae03.zip |
xserver and mesa git update 28-12-2010
Diffstat (limited to 'mesalib/include/VG/vgu.h')
-rw-r--r-- | mesalib/include/VG/vgu.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mesalib/include/VG/vgu.h b/mesalib/include/VG/vgu.h index ecb27a002..33e8c3941 100644 --- a/mesalib/include/VG/vgu.h +++ b/mesalib/include/VG/vgu.h @@ -1,8 +1,8 @@ -/* $Revision$ on $Date:: 2008-10-29 10:31:37 -0400 #$ */
+/* $Revision$ on $Date:: 2008-10-29 07:31:37 -0700 #$ */
/*------------------------------------------------------------------------
*
- * VGU 1.0.1 Reference Implementation
+ * VGU 1.1 Reference Implementation
* -------------------------------------
*
* Copyright (c) 2008 The Khronos Group Inc.
@@ -28,7 +28,7 @@ *
*//**
* \file
- * \brief VGU 1.0.1 API.
+ * \brief VGU 1.1 API.
*//*-------------------------------------------------------------------*/
#ifndef _VGU_H
@@ -41,6 +41,7 @@ extern "C" { #include <VG/openvg.h>
#define VGU_VERSION_1_0 1
+#define VGU_VERSION_1_1 2
#ifndef VGU_API_CALL
# error VGU_API_CALL must be defined
|