uncomment QDFlushPortBuffer

This commit is contained in:
Wolfgang Thaller 2015-09-18 01:09:10 +02:00
parent 9b13d38682
commit 5339e2419b

View File

@ -297,7 +297,7 @@ int main()
if(Button())
return 0;
#if TARGET_API_MAC_CARBON
// QDFlushPortBuffer(GetWindowPort(win),NULL);
QDFlushPortBuffer(GetWindowPort(win),NULL);
#endif
}
long endTime = TickCount();