Add the System 7 editbox CDEF, which I seem to have forgotten.
[sgt/putty] / mac / macresid.h
index 108f47f..0c696b0 100644 (file)
@@ -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
 
 /* 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)