diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 5713a3e01..b9284d0c9 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -2488,9 +2488,10 @@ enum weston_screenshooter_outcome { typedef void (*weston_screenshooter_done_func_t)(void *data, enum weston_screenshooter_outcome outcome); +WL_DEPRECATED int weston_screenshooter_shoot(struct weston_output *output, struct weston_buffer *buffer, - weston_screenshooter_done_func_t done, void *data) WL_DEPRECATED; + weston_screenshooter_done_func_t done, void *data); struct weston_recorder * weston_recorder_start(struct weston_output *output, const char *filename); void