mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
$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
|