eglplatform: use unsigned long instead of 32-bit ints in generic platform
authorRoss Burton <ross.burton@intel.com>
Thu, 27 Jun 2013 11:35:08 +0000 (12:35 +0100)
committerChad Versace <chad.versace@linux.intel.com>
Mon, 1 Jul 2013 17:06:24 +0000 (10:06 -0700)
commit2c6186390c48e0d1f2b4d4136c11eb0bedfd1aec
tree1bd4e98921265bf024c87af211e82fbdaaab0d3e
parent1a7275de9a0088cedab17131eec82bd2cada26c3
eglplatform: use unsigned long instead of 32-bit ints in generic platform

In the generic Unix case use the "unsigned long" type instead of 32-bit
integers so that the type sizes are consistant on 64-bit machines between X11
and not-X11.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
include/EGL/eglplatform.h