window: improve EGL-related error messages
authorPekka Paalanen <ppaalanen@gmail.com>
Thu, 14 Feb 2013 09:49:12 +0000 (11:49 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 14 Feb 2013 17:16:20 +0000 (12:16 -0500)
commit4e1065491bebef7213b8f496c6b8e1be526f1be0
treed0a72c3263ca3b53047fb9d8b897409436dc9ccc
parent3c087e4e29848e5dc91839ba5eb429e02c87aa95
window: improve EGL-related error messages

Make them explicitly mention EGL, otherwise one can easily think that
"failed to initialize display" refers to Wayland display.

Also explicitly mention falling back to wl_shm. I tested this with a
LD_PRELOAD trick that overrides eglBindAPI and makes it fail.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
clients/window.c