Provide DoEvents function in front-ends
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 7 Sep 2014 10:10:50 +0000 (12:10 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 7 Sep 2014 10:10:50 +0000 (12:10 +0200)
commit63dc09b62c3a6430c671b8fd5ebd4be691167173
tree56ee4dc61039e01441f71b167b8172e0a28d8cd1
parentc7c73acb1eafed45587dd140ef7fdf518415edd9
Provide DoEvents function in front-ends

A routine to process all pending events in a non-blocking way is now
provided in the Xaw, GTK+ and WinBoard front-ends, so that time-consuming
tasks (such as PGN loading or opening-book creation) can call it to keep
the user control over the application alive.
frontend.h
gtk/xboard.c
winboard/winboard.c
xaw/xboard.c