Re: [Mesa-dev] [PATCH 2/4] egl/wayland: handle NULL native_window in create_surface
On 26.06.2015 21:04, Emil Velikov wrote: > Rise EGL_BAD_NATIVE_WINDOW instead of crashing. Spelling: "Raise" -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _
[Mesa-dev] [PATCH 2/4] egl/wayland: handle NULL native_window in create_surface
Rise EGL_BAD_NATIVE_WINDOW instead of crashing. Signed-off-by: Emil Velikov --- src/egl/drivers/dri2/platform_wayland.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/egl/drivers/dri2/platform_wayland.c b/src/egl/drivers/dri2/platform_wayland.c index 1c98552..052b0e9 100644 --- a/