Merge branch 'pr.deprecated' into 'main'

Move WL_DEPRECATED in front of the function declaration

See merge request wayland/weston!1814
This commit is contained in:
Jaeyoon Jung 2025-12-19 18:44:51 +00:00
commit 7763afcd39

View file

@ -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