mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
e230e36e2f
I'm about to try lashing in the terminal emulator... [originally from svn r52]
33 lines
632 B
C
33 lines
632 B
C
/* $Id: macresid.h,v 1.1.2.1 1999/02/20 22:10:34 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 iClose 1
|
|
#define iQuit 3
|
|
|
|
/* 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
|