X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/83372d79842f9a9c3debfb7a88456d24bfa34354..755e0524eb217ebed9f649405fa2624b26f0fb29:/mac/macterm.c diff --git a/mac/macterm.c b/mac/macterm.c index f4b8f4df..d0307f58 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -1500,6 +1500,14 @@ void set_title(void *frontend, char *title) } /* + * Used by backend to indicate busy-ness + */ +void set_busy_status(void *frontend, int status) +{ + /* FIXME do something */ +} + +/* * set or clear the "raw mouse message" mode */ void set_raw_mouse_mode(void *frontend, int activate)