From: owen Date: Wed, 26 Jan 2005 19:05:50 +0000 (+0000) Subject: Move sk_poll() inside (!gotevent), which is more logical but doesn't have X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/c399fc7de6584a5b50963fca252629a4eb1cff00 Move sk_poll() inside (!gotevent), which is more logical but doesn't have any actual beneficial effect on event handling, sadly. git-svn-id: svn://svn.tartarus.org/sgt/putty@5214 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mac/mac.c b/mac/mac.c index b7070c04..992f3675 100644 --- a/mac/mac.c +++ b/mac/mac.c @@ -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());