On Wed, 5 Mar 2025 21:45:54 -0500
Bill Hayden wrote:
> I am porting a multi-threaded UI toolkit to Weston (layered on top of
> toytoolkit), and running into an issue. This UI toolkit expects to be able
> to draw from multiple threads, to be specific, from a different thread than
> the one that c
I am porting a multi-threaded UI toolkit to Weston (layered on top of
toytoolkit), and running into an issue. This UI toolkit expects to be able
to draw from multiple threads, to be specific, from a different thread than
the one that called display_run() -- i.e. not from a
widget_redraw_handler_t