client/nested: reuse weston-egl-ext.h declarations
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 4 Jul 2016 14:27:13 +0000 (15:27 +0100)
committerDaniel Stone <daniels@collabora.com>
Fri, 22 Jul 2016 14:21:46 +0000 (15:21 +0100)
commit885a9fe4d94a600bc0fb7919121290c3fb545edb
treed45eaefc8ebfe0466fa08484e7781734e3da566b
parent03793e39989d670b10e4698f74235b478be9caf7
client/nested: reuse weston-egl-ext.h declarations

Rather than introducing a local copy of the
EGL_WL_create_wayland_buffer_from_image (re)definition, just use the
local header.

This also gives us access to EGL_WL_bind_wayland_display which is also
used in the client, yet the C file is missing a fall-back definition.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
clients/nested.c