X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/347732736a7c51fb7ebcab24122de84882e9665f..f33ba69e92f389f5884eae5a586858a629a5260b:/mac/macevlog.c diff --git a/mac/macevlog.c b/mac/macevlog.c index 60283edb..43a2658f 100644 --- a/mac/macevlog.c +++ b/mac/macevlog.c @@ -1,4 +1,4 @@ -/* $Id: macevlog.c,v 1.6 2003/03/29 23:07:55 ben Exp $ */ +/* $Id: macevlog.c,v 1.8 2003/05/04 14:18:18 simon Exp $ */ /* * Copyright (c) 2003 Ben Harris * All rights reserved. @@ -101,16 +101,9 @@ void mac_freeeventlog(Session *s) } } -/* - * FIXME: logevent() should be passed a frontend handle, but backends have to - * have a terminal handle instead, because they pass it to from_backend(), - * so we accept a terminal handle here as well, and hope no-one tries to call - * us with sensible arguments. - */ -void logevent(void *frontend, char *str) +void logevent(void *frontend, const char *str) { - Terminal *term = frontend; - Session *s = term->frontend; + Session *s = frontend; ListBounds bounds, visible; Cell cell = { 0, 0 };