From d68f8326740a6a8d0b97b00e774d23c1a5c336a2 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 31 Dec 2005 20:55:25 +0000 Subject: Took a bunch of patches... more to come but these are the ones that might break stuff so I'll sync here. svn path=/trunk/; revision=4336 --- pd/src/g_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/g_text.c') diff --git a/pd/src/g_text.c b/pd/src/g_text.c index 06237319..5b3172b1 100644 --- a/pd/src/g_text.c +++ b/pd/src/g_text.c @@ -1133,7 +1133,7 @@ static t_widgetbehavior gatom_widgetbehavior = /* -------------------- the "text" class ------------ */ -#ifdef MACOSX +#ifdef __APPLE__ #define EXTRAPIX 2 #else #define EXTRAPIX 1 -- cgit v1.2.1