[hb-view] Report success/failure in --batch mode

Otherwise client can't know when the job is done.
This commit is contained in:
Behdad Esfahbod 2025-04-05 16:14:24 -06:00
parent 5194ec4758
commit 267de2bb90

View file

@ -39,5 +39,5 @@ int
main (int argc, char **argv)
{
using main_t = main_font_text_t<shape_consumer_t<view_cairo_t>, font_options_t, shape_text_options_t>;
return batch_main<main_t> (argc, argv);
return batch_main<main_t, true> (argc, argv);
}