X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/af76d9655f3579949a9a0643bcb16118334a5dea..1d009ae71b849a95c86c3117d1b8f063fda8aae5:/mac/macresid.h diff --git a/mac/macresid.h b/mac/macresid.h index 108f47f5..0c696b05 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -1,4 +1,4 @@ -/* $Id: macresid.h,v 1.10 2003/03/06 23:46:06 ben Exp $ */ +/* $Id: macresid.h,v 1.13 2003/03/29 18:31:09 ben Exp $ */ /* * macresid.h -- Mac resource IDs @@ -58,3 +58,11 @@ /* Controls */ #define cVScroll 128 + +/* xDEFs */ +#define CDEF_Text 128 +#define SYS7_TEXT_PROC (CDEF_Text << 4) +#define CDEF_EditBox 129 +#define SYS7_EDITBOX_PROC (CDEF_EditBox << 4) +#define CDEF_Default 130 +#define SYS7_DEFAULT_PROC (CDEF_Default << 4)