blob: 7e500d36d292c1763435d95e8f94815d386d41bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-an,v 1.1 2003/07/29 13:21:57 jmmv Exp $
--- src/output.h.orig 2000-01-03 04:32:06.000000000 +0100
+++ src/output.h
@@ -28,6 +28,7 @@ struct rect
int x1, y1; /* Upper left. */
int x2, y2; /* Lower right, not part of the rectangle. */
};
+typedef struct rect rect;
#if __GNUC__ > 1 && defined(__OPTIMIZE__)
extern inline int width (rect r) __attribute__ ((const));
|