X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f668fdf37d5b25f354c8541c1c6dda7c74cb6444..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)