1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-13 09:07:33 -05:00

Add support for editbox controls on Mac OS 8, and for per-control private data.

[originally from svn r2995]
This commit is contained in:
Ben Harris
2003-03-25 23:18:59 +00:00
parent 093c88d28a
commit fe590b2f51
4 changed files with 160 additions and 16 deletions

View File

@ -1,4 +1,4 @@
/* $Id: macdlg.c,v 1.15 2003/03/21 00:24:17 ben Exp $ */
/* $Id: macdlg.c,v 1.16 2003/03/25 23:18:59 ben Exp $ */
/*
* Copyright (c) 2002 Ben Harris
* All rights reserved.
@ -78,6 +78,7 @@ void mac_newsession(void)
wi->wtype = wSettings;
wi->update = &macctrl_update;
wi->click = &macctrl_click;
wi->key = &macctrl_key;
wi->activate = &macctrl_activate;
wi->adjustmenus = &macctrl_adjustmenus;
wi->close = &mac_closedlg;