mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-22 08:34:35 +00:00
Carbon examples: some more port flushing
This commit is contained in:
parent
1048b06ce4
commit
cbfd5957e9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user