X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7dcd1f879d7a6d11cc7c4f67ee75a745578a46ad..0bd8d76d08b2f222bc624a9b85e482a6e2629710:/mac/macresid.h?ds=inline diff --git a/mac/macresid.h b/mac/macresid.h index ebb9f0de..d3489ff7 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -1,4 +1,4 @@ -/* $Id: macresid.h,v 1.9 2003/02/07 01:38:12 ben Exp $ */ +/* $Id: macresid.h,v 1.11 2003/03/18 00:35:40 ben Exp $ */ /* * macresid.h -- Mac resource IDs @@ -54,6 +54,11 @@ #define wSettings 132 #define wiSettingsOpen 1 #define wEventLog 133 +#define wQuestion 134 /* Controls */ #define cVScroll 128 + +/* xDEFs */ +#define CDEF_Text 128 +#define SYS7_TEXT_PROC (CDEF_Text << 4)