diff options
author | Ilia Mirkin <[email protected]> | 2016-08-28 13:07:25 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-08-28 21:41:47 -0400 |
commit | 6a5504de2fbc43b445406324485629a313f7e542 (patch) | |
tree | 4ffc1742b9366da249e99b8c2358a47f4b259a15 /include/GL/wglext.h | |
parent | d49a231c330df1ed596137bdd2a3d69fcc99d48e (diff) |
Update Khronos-supplied headers to r33100
As retrieved from opengl.org and khronos.org. Maintained the APPLE hack
in GL/glext.h manually. Added gl32.h.
Signed-off-by: Ilia Mirkin <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Diffstat (limited to 'include/GL/wglext.h')
-rw-r--r-- | include/GL/wglext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/wglext.h b/include/GL/wglext.h index daba41091c4..8c39b96cf7a 100644 --- a/include/GL/wglext.h +++ b/include/GL/wglext.h @@ -6,7 +6,7 @@ extern "C" { #endif /* -** Copyright (c) 2013-2014 The Khronos Group Inc. +** Copyright (c) 2013-2016 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the @@ -33,7 +33,7 @@ extern "C" { ** used to make the header, and the header can be found at ** http://www.opengl.org/registry/ ** -** Khronos $Revision: 27684 $ on $Date: 2014-08-11 01:21:35 -0700 (Mon, 11 Aug 2014) $ +** Khronos $Revision: 32686 $ on $Date: 2016-04-19 21:08:44 -0400 (Tue, 19 Apr 2016) $ */ #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) @@ -41,7 +41,7 @@ extern "C" { #include <windows.h> #endif -#define WGL_WGLEXT_VERSION 20140810 +#define WGL_WGLEXT_VERSION 20160419 /* Generated C header for: * API: wgl |