From e9ecd0026c2b33a1c91b4f1df8d68ac336efabc7 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 18 Apr 2003 13:09:08 +0000 Subject: [PATCH] Missing bits for System 7 listbox support. git-svn-id: svn://svn.tartarus.org/sgt/putty@3131 cda61777-01e9-0310-a592-d414129be87e --- mac/macresid.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mac/macresid.h b/mac/macresid.h index b73ccfaf..76e0e525 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -1,4 +1,4 @@ -/* $Id: macresid.h,v 1.15 2003/04/05 22:03:06 ben Exp $ */ +/* $Id: macresid.h,v 1.16 2003/04/18 13:09:08 ben Exp $ */ /* * macresid.h -- Mac resource IDs @@ -70,3 +70,5 @@ #define SYS7_TEXT_PROC ((CDEF_EditBox << 4) + SYS7_TEXT_VARIANT) #define CDEF_Default 130 #define SYS7_DEFAULT_PROC (CDEF_Default << 4) +#define CDEF_ListBox 131 +#define SYS7_LISTBOX_PROC (CDEF_ListBox << 4) -- 2.11.0