X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/2beb0fb004d36c0ce0a2db3f00ad145241391ae3..ab8605c2047cac4e6f30cee6530e886e63324bf5:/mac/mac.c?ds=sidebyside diff --git a/mac/mac.c b/mac/mac.c index 8aac2ad3..9c1abdf8 100644 --- a/mac/mac.c +++ b/mac/mac.c @@ -1,4 +1,4 @@ -/* $Id: mac.c,v 1.18 2003/01/05 10:52:56 ben Exp $ */ +/* $Id: mac.c,v 1.19 2003/01/05 12:53:38 ben Exp $ */ /* * Copyright (c) 1999 Ben Harris * All rights reserved. @@ -213,6 +213,7 @@ static void mac_eventloop(void) { mac_adjustcursor(cursrgn); if (gotevent) mac_event(&event); + mactcp_poll(); } DisposeRgn(cursrgn); }