X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5537f572bf2d49f69f25f372b6e19347708ef40d..1d009ae71b849a95c86c3117d1b8f063fda8aae5:/mac/macresid.h diff --git a/mac/macresid.h b/mac/macresid.h index f3c75481..0c696b05 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -1,4 +1,4 @@ -/* $Id: macresid.h,v 1.12 2003/03/19 00:40:15 ben Exp $ */ +/* $Id: macresid.h,v 1.13 2003/03/29 18:31:09 ben Exp $ */ /* * macresid.h -- Mac resource IDs @@ -62,5 +62,7 @@ /* xDEFs */ #define CDEF_Text 128 #define SYS7_TEXT_PROC (CDEF_Text << 4) -#define CDEF_Default 129 +#define CDEF_EditBox 129 +#define SYS7_EDITBOX_PROC (CDEF_EditBox << 4) +#define CDEF_Default 130 #define SYS7_DEFAULT_PROC (CDEF_Default << 4)