summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_android.c
diff options
context:
space:
mode:
authorVarad Gautam <varadgautam@gmail.com>2016-02-02 14:23:09 -0600
committerEmil Velikov <emil.l.velikov@gmail.com>2016-02-18 17:47:33 +0000
commite35c5af337524011c3d4f37ca3dbfca28d33ccad (patch)
treec20efddf9ef13b50c364ecd1dbd57a89e8659132 /src/egl/drivers/dri2/platform_android.c
parent64d2f398f6a7f17f30f5284c812958d54d635eac (diff)
downloadexternal_mesa3d-e35c5af337524011c3d4f37ca3dbfca28d33ccad.zip
external_mesa3d-e35c5af337524011c3d4f37ca3dbfca28d33ccad.tar.gz
external_mesa3d-e35c5af337524011c3d4f37ca3dbfca28d33ccad.tar.bz2
egl: android: fix visuals declaration
Signed-off-by: Varad Gautam <varadgautam@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/egl/drivers/dri2/platform_android.c')
-rw-r--r--src/egl/drivers/dri2/platform_android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index 8f3abcb..b622b00 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;