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

Add input-focus support for System 7, where the Control Manager can't do

it itself.
Also clean up Carbon builds.

[originally from svn r3019]
This commit is contained in:
Ben Harris
2003-03-29 18:32:36 +00:00
parent adb469b1c6
commit 54aff83bf0
2 changed files with 76 additions and 7 deletions

View File

@ -76,6 +76,7 @@ struct macctrls {
unsigned int npanels;
unsigned int curpanel;
union macctrl **panels; /* lists of controls by panel */
union macctrl *focus; /* Input focus for System 7 */
};
typedef struct Session {