X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwengineoutput.c;h=0623e3d9daf20dcd14afb66fdbfde4e208c3c5ec;hb=e59f2b1735fb0ef47b63a1fc560edcc58826ef58;hp=86715e3fa8e613c2def6591f5a5a2b9338681997;hpb=0efdc4c5ef60cf4c15e9dddf3658d2115e4d5d93;p=xboard.git diff --git a/winboard/wengineoutput.c b/winboard/wengineoutput.c index 86715e3..0623e3d 100644 --- a/winboard/wengineoutput.c +++ b/winboard/wengineoutput.c @@ -648,6 +648,7 @@ VOID EngineOutputPopUp() } engineOutputDialogUp = TRUE; + ShowThinkingEvent(); // [HGM] thinking: might need to prompt engine for thinking output } VOID EngineOutputPopDown() @@ -659,6 +660,7 @@ VOID EngineOutputPopDown() } engineOutputDialogUp = FALSE; + ShowThinkingEvent(); // [HGM] thinking: might need to shut off thinking output } BOOL EngineOutputIsUp()