summaryrefslogtreecommitdiff
path: root/src/compositor.h
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2012-03-16 17:25:09 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-03-20 22:43:55 -0400
commite2d21e82fc93edae351acabb3e734953f8397c8c (patch)
tree97cc612343ad5b8e2a7af6d401cfa91d33af9357 /src/compositor.h
parent6dc0f86dbd53ffc064361ab07b6cee696f61f25f (diff)
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.
Diffstat (limited to 'src/compositor.h')
-rw-r--r--src/compositor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compositor.h b/src/compositor.h
index 16389a6..a7e30f1 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -506,11 +506,6 @@ screenshooter_create(struct weston_compositor *ec);
void
screenshooter_destroy(struct screenshooter *s);
-uint32_t *
-weston_load_image(const char *filename,
- int32_t *width_arg, int32_t *height_arg,
- uint32_t *stride_arg);
-
struct weston_process;
typedef void (*weston_process_cleanup_func_t)(struct weston_process *process,
int status);