From cbfd5957e9f5b7c1a70911735fef689afe8e49c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 12 Oct 2015 02:48:43 +0200 Subject: [PATCH] Carbon examples: some more port flushing --- Console/Console.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Console/Console.cc b/Console/Console.cc index 13f3fa9c6d..fb0c93aa3e 100644 --- a/Console/Console.cc +++ b/Console/Console.cc @@ -231,6 +231,10 @@ void Console::Update() InvertRect(&r); cursorDrawn = !cursorDrawn; } + +#if TARGET_API_MAC_CARBON + QDFlushPortBuffer(consolePort,NULL); +#endif } void Console::putch(char c)