14 lines
284 B
Text
14 lines
284 B
Text
$NetBSD: patch-ad,v 1.2 2012/05/04 16:38:44 joerg Exp $
|
|
|
|
--- libtext/scroll.c.orig Fri Nov 19 08:14:25 1993
|
|
+++ libtext/scroll.c Wed Oct 29 10:33:41 1997
|
|
@@ -6,7 +6,9 @@
|
|
|
|
static Bitmap *_dkgrey;
|
|
|
|
+#ifndef MAX
|
|
#define MAX(x, y) ((x) > (y) ? (x) : (y))
|
|
+#endif
|
|
|
|
static
|
|
Rectangle
|