X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwengineoutput.c;h=0623e3d9daf20dcd14afb66fdbfde4e208c3c5ec;hb=74025874f2010f84fd4f7f2e120e84b56ee9781b;hp=86715e3fa8e613c2def6591f5a5a2b9338681997;hpb=762e18baef5f815cc46019ba3e082bd5ec1980f6;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()