mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
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:
parent
09dae8d5dc
commit
fc0d87aa1d
@ -284,8 +284,8 @@ static void mac_eventloop(void) {
|
|||||||
if (borednow)
|
if (borednow)
|
||||||
cleanup_exit(0);
|
cleanup_exit(0);
|
||||||
}
|
}
|
||||||
sk_poll();
|
|
||||||
if (!gotevent)
|
if (!gotevent)
|
||||||
|
sk_poll();
|
||||||
mac_pollterm();
|
mac_pollterm();
|
||||||
if (mac_gestalts.apprvers >= 0x100 && mac_frontwindow() != NULL)
|
if (mac_gestalts.apprvers >= 0x100 && mac_frontwindow() != NULL)
|
||||||
IdleControls(mac_frontwindow());
|
IdleControls(mac_frontwindow());
|
||||||
|
Loading…
Reference in New Issue
Block a user