Re: [PATCH weston 12/68] compositor-drm: Use fb->fd consistently

2016-12-09 Thread Armin Krezović
On 09.12.2016 20:57, Daniel Stone wrote: > Everyone else uses fb->fd rather than pulling the FD back out of GBM. > Use that in the destroy callback too. > > Signed-off-by: Daniel Stone > Makes sense. Reviewed-by: Armin Krezović > Differential Revision: https://phabricator.freedesktop.org/D14

[PATCH weston 12/68] compositor-drm: Use fb->fd consistently

2016-12-09 Thread Daniel Stone
Everyone else uses fb->fd rather than pulling the FD back out of GBM. Use that in the destroy callback too. Signed-off-by: Daniel Stone Differential Revision: https://phabricator.freedesktop.org/D1406 --- libweston/compositor-drm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -