1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/macresid.h
Ben Harris 29f26a1050 End of a night's work. Not a very useful state, but this is my branch and
I'll do what I want with it.

Anyway, made a start on a Mac display for the terminal emulator, and the
enumeration of the global variables that will have to die.

Oh, and the licence is now in a TEXT resource -- I just have to work out
how to display it...

[originally from svn r53]
1999-02-20 23:55:55 +00:00

34 lines
648 B
C

/* $Id: macresid.h,v 1.1.2.2 1999/02/20 23:55:55 ben Exp $ */
/*
* macresid.h -- Mac resource IDs
*
* This file is shared by C and Rez source files
*/
/* Menu bar IDs */
#define MBAR_Main 128
/* Menu IDs */
#define mApple 128
#define mFile 129
/* Menu Items */
/* Apple menu */
#define iAbout 1
/* File menu */
#define iNew 1
#define iClose 2
#define iQuit 4
/* Window types (and resource IDs) */
#define wNone 0 /* Dummy value for no window */
#define wDA 1 /* DUmmy value for desk accessory */
#define wFatal 128
#define wAbout 129
#define wiAboutClose 1
#define wiAboutLicence 2
#define wTerminal 130
#define wLicence 131