From: Varad Gautam Date: Tue, 2 Feb 2016 20:23:09 +0000 (-0600) Subject: egl: android: fix visuals declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e35c5af337524011c3d4f37ca3dbfca28d33ccad;p=mesa.git egl: android: fix visuals declaration Signed-off-by: Varad Gautam Reviewed-by: Emil Velikov --- diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c index 8f3abcb9867..b622b00105f 100644 --- a/src/egl/drivers/dri2/platform_android.c +++ b/src/egl/drivers/dri2/platform_android.c @@ -532,7 +532,7 @@ droid_add_configs_for_visuals(_EGLDriver *drv, _EGLDisplay *dpy) { HAL_PIXEL_FORMAT_RGB_888, { 0xff, 0xff00, 0xff0000, 0x0 } }, { HAL_PIXEL_FORMAT_RGB_565, { 0xf800, 0x7e0, 0x1f, 0x0 } }, { HAL_PIXEL_FORMAT_BGRA_8888, { 0xff0000, 0xff00, 0xff, 0xff000000 } }, - { 0, 0, { 0, 0, 0, 0 } } + { 0, { 0, 0, 0, 0 } } }; int count, i, j;