diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 1a4dfe660..9a3eab074 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -2118,7 +2118,7 @@ typedef void (*weston_screenshooter_done_func_t)(void *data, enum weston_screenshooter_outcome outcome); int weston_screenshooter_shoot(struct weston_output *output, struct weston_buffer *buffer, - weston_screenshooter_done_func_t done, void *data); + weston_screenshooter_done_func_t done, void *data) WL_DEPRECATED; struct weston_recorder * weston_recorder_start(struct weston_output *output, const char *filename); void