X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2beb0fb004d36c0ce0a2db3f00ad145241391ae3..d5696ae5623e03bfceb059407847facd507467c5:/mac/mac.c 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); }