diff options
Diffstat (limited to 'x11vnc/unixpw.c')
-rw-r--r-- | x11vnc/unixpw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/unixpw.c b/x11vnc/unixpw.c index a14b831..3684e1d 100644 --- a/x11vnc/unixpw.c +++ b/x11vnc/unixpw.c @@ -1537,6 +1537,9 @@ void unixpw_accept(char *user) { unixpw_in_progress = 0; unixpw_client = NULL; mark_rect_as_modified(0, 0, dpy_x, dpy_y, 0); + if (macosx_console) { + refresh_screen(1); + } } void unixpw_deny(void) { |