summaryrefslogtreecommitdiff
path: root/include/EGL/eglext.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-03-23 19:38:58 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-03-25 11:07:31 -0700
commit6dd9c221012d5e091b2ede90d9b2a6f0383abd58 (patch)
tree87f50368c09b840f34a57a785315140b0b75f144 /include/EGL/eglext.h
parent3cf6e62ae32870d16b2cfc45a37e54a6fb3a1fbe (diff)
Convert u_int*_t to C99 standard uint*_t
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'include/EGL/eglext.h')
-rw-r--r--include/EGL/eglext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h
index a4698ccd160..b65f7f2bcc6 100644
--- a/include/EGL/eglext.h
+++ b/include/EGL/eglext.h
@@ -136,8 +136,8 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGL
#define EGL_INTERLACED_MESA 0x4008
#define EGL_SCREEN_BIT_MESA 0x08
-typedef u_int32_t EGLScreenMESA;
-typedef u_int32_t EGLModeMESA;
+typedef uint32_t EGLScreenMESA;
+typedef 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);