Merge branch 'main' into 'main'

log: expose wl_debug_handler for custom print debug message

See merge request wayland/wayland!466
This commit is contained in:
groveer 2026-05-16 16:05:24 +00:00
commit c0aa03a610
8 changed files with 33 additions and 1 deletions

View file

@ -250,7 +250,9 @@ void
wl_closure_destroy(struct wl_closure *closure);
extern wl_log_func_t wl_log_handler;
extern wl_debug_func_t wl_debug_handler;
void wl_debug(const char *fmt, ...);
void wl_log(const char *fmt, ...);
void wl_abort(const char *fmt, ...);