Mesa (master): egl: Use khronos types for EGL_MESA_screen_surface.

Chia-I Wu olv at kemper.freedesktop.org
Mon May 31 05:28:54 UTC 2010


Module: Mesa
Branch: master
Commit: 0d820fc203e06d5264430de7262d2c35a8ff1e75
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d820fc203e06d5264430de7262d2c35a8ff1e75

Author: Chia-I Wu <olv at lunarg.com>
Date:   Mon May 31 11:19:26 2010 +0800

egl: Use khronos types for EGL_MESA_screen_surface.

That is, use khronos_uint32_t instead of uint32_t.

---

 include/EGL/eglext.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h
index e9f5a49..ce1dca3 100644
--- a/include/EGL/eglext.h
+++ b/include/EGL/eglext.h
@@ -165,8 +165,8 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EG
 #define EGL_INTERLACED_MESA                    0x4008
 #define EGL_SCREEN_BIT_MESA                    0x08
 
-typedef uint32_t EGLScreenMESA;
-typedef uint32_t EGLModeMESA;
+typedef khronos_uint32_t EGLScreenMESA;
+typedef khronos_uint32_t EGLModeMESA;
 
 #ifdef EGL_EGLEXT_PROTOTYPES
 EGLAPI EGLBoolean EGLAPIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);




More information about the mesa-commit mailing list