mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 06:49:33 +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);
|
InvertRect(&r);
|
||||||
cursorDrawn = !cursorDrawn;
|
cursorDrawn = !cursorDrawn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if TARGET_API_MAC_CARBON
|
||||||
|
QDFlushPortBuffer(consolePort,NULL);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Console::putch(char c)
|
void Console::putch(char c)
|
||||||
|
Loading…
Reference in New Issue
Block a user