On 05/12/14 07:36 AM, Marek Chalupa wrote:
> Split display_run into two functions - display_run and display_dispatch.
> display_dispatch is the part that actually does something and
> display_run just calls it in a loop. Now we can dispatch toytoolkit
> events in tests (display_run is blocking, so
Split display_run into two functions - display_run and display_dispatch.
display_dispatch is the part that actually does something and
display_run just calls it in a loop. Now we can dispatch toytoolkit
events in tests (display_run is blocking, so we couldn't use that)
Signed-off-by: Marek Chalupa