mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Right, we now have:
* The ability to load the configuration from the current resource file (ie the application for now). * A scroll bar and size box that look right, even if they don't actually _do_ anything yet. * A load of other minor tweaks. [originally from svn r62]
This commit is contained in:
9
mac.h
9
mac.h
@ -5,7 +5,16 @@
|
||||
#ifndef _PUTTY_MAC_H
|
||||
#define _PUTTY_MAC_H
|
||||
|
||||
#include <MacTypes.h>
|
||||
#include <MacWindows.h>
|
||||
|
||||
extern long mac_qdversion;
|
||||
|
||||
/* from macterm.c */
|
||||
extern void mac_newsession(void);
|
||||
extern void mac_activateterm(WindowPtr, Boolean);
|
||||
extern void mac_updateterm(WindowPtr);
|
||||
|
||||
extern void mac_loadconfig(Config *);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user