compositor-wayland: use image loading code from shared/
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Fri, 16 Mar 2012 15:25:09 +0000 (17:25 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 21 Mar 2012 02:43:55 +0000 (22:43 -0400)
commite2d21e82fc93edae351acabb3e734953f8397c8c
tree97cc612343ad5b8e2a7af6d401cfa91d33af9357
parent6dc0f86dbd53ffc064361ab07b6cee696f61f25f
compositor-wayland: use image loading code from shared/

Function weston_load_image() was deleted in f02a649a but the wayland
backend was not adapted to the new interface. This probably went
unoticed because the prototype for the missing function was not deleted
from compositor.h so the backend would compile without warnings.
src/Makefile.am
src/compositor-wayland.c
src/compositor.h