commit | 3612be2302fd1244630f65220f5de2db1abc92bf | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.velikov@collabora.com> | Mon Nov 14 17:08:12 2016 +0000 |
committer | Daniel Stone <daniels@collabora.com> | Mon Nov 21 16:07:05 2016 +0000 |
tree | f0f51aead6ffc1b59441ef9b9c66e9b719839bf8 | |
parent | 43cea54c905cc5b46541f28e828497c47bb027d5 [diff] |
shared/platform.h: introduce weston_platform_destroy_egl_surface() Introduce the weston_platform_destroy_egl_surface() wrapper to complement the weston_platform_create_egl_surface() one. We'll use the former with the next patches trhoughout weston to consistently destroy the surface as needed. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com>