X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/e0cbe032b5b88e97796176a877fbf5674be2fedd..7d22c2e8c8e4104bcd39f35ebeaa5f81edd374cf:/mac/macterm.c?ds=sidebyside diff --git a/mac/macterm.c b/mac/macterm.c index 73ce742f..51e732f9 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -1,4 +1,4 @@ -/* $Id: macterm.c,v 1.3 2002/11/19 23:59:27 ben Exp $ */ +/* $Id: macterm.c,v 1.4 2002/11/20 00:11:05 ben Exp $ */ /* * Copyright (c) 1999 Simon Tatham * Copyright (c) 1999, 2002 Ben Harris @@ -729,7 +729,7 @@ void mac_activateterm(WindowPtr window, Boolean active) { Session *s; s = (Session *)GetWRefCon(window); - s->has_focus = active; + s->term->has_focus = active; term_update(s->term); if (active) ShowControl(s->scrollbar);