From 338bfcec3c7e4fb5350e65d941c307442d0c7016 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 18 Apr 2003 13:09:08 +0000 Subject: [PATCH] Missing bits for System 7 listbox support. [originally from svn r3131] --- 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)