wayland_egl: Fix color depth when not using alpha 58/182458/1
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 13 Feb 2018 21:04:17 +0000 (15:04 -0600)
committerJiyoun Park <jy0703.park@samsung.com>
Mon, 25 Jun 2018 09:09:49 +0000 (18:09 +0900)
commit801370997d1a0b5877f75a2376201ed950b05c57
treea6fbb30667be59234f44c721a07582a17cb69644
parente0eef1880e34b190f931d74bb933ac86ba087558
wayland_egl: Fix color depth when not using alpha

Since we don't actually set the color depth at all we can end up with
an RGB565 buffer.  We don't ask for depths because apparently the N900
had a problem with this under X.

I'm not aware of any efforts to bring wayland to the N900, so let's do
this normally.

Change-Id: I3c0651efe5623233f39c7d927cbce67a44fcd854
src/modules/evas/engines/wayland_egl/evas_wl_main.c