compositor-drm: fix EGL format type
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 2 Oct 2013 16:51:05 +0000 (17:51 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 11 Oct 2013 20:35:16 +0000 (13:35 -0700)
commitbe0ac5b1472ec74048bc2900c6b933c8450bd177
tree855d2cc1cf38984b181c5ed4cbbc72412c4001a3
parentdb044cb9a5afd063699307327f8d656fb6cd07ad
compositor-drm: fix EGL format type

EGLInt is not always uint32_t so we need
to make sure we use the right int size for the format.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
src/compositor-drm.c