Re: [PATCH weston] window: improve EGL-related error messages

2013-02-14 Thread Kristian Høgsberg
On Thu, Feb 14, 2013 at 11:49:12AM +0200, Pekka Paalanen wrote: > 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 overr

[PATCH weston] window: improve EGL-related error messages

2013-02-14 Thread Pekka Paalanen
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 --- cl