зеркало из https://github.com/github/putty.git
Move sk_poll() inside (!gotevent), which is more logical but doesn't have
any actual beneficial effect on event handling, sadly. [originally from svn r5214]
This commit is contained in:
Родитель
09dae8d5dc
Коммит
fc0d87aa1d
|
@ -284,8 +284,8 @@ static void mac_eventloop(void) {
|
|||
if (borednow)
|
||||
cleanup_exit(0);
|
||||
}
|
||||
sk_poll();
|
||||
if (!gotevent)
|
||||
sk_poll();
|
||||
mac_pollterm();
|
||||
if (mac_gestalts.apprvers >= 0x100 && mac_frontwindow() != NULL)
|
||||
IdleControls(mac_frontwindow());
|
||||
|
|
Загрузка…
Ссылка в новой задаче