summaryrefslogtreecommitdiff
path: root/games/tanked/patches/patch-ag
blob: 096fd0b79d736c27d7068972592ef96b8c8ca128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-ag,v 1.3 2007/03/06 22:25:17 rillig Exp $

--- client/libsprite/data.c.orig	1998-04-12 03:34:31.000000000 +0200
+++ client/libsprite/data.c	2007-03-06 23:18:55.279840258 +0100
@@ -11,13 +11,13 @@
 #ifdef HACKED_XPMLIB
 #include "xpmlib-3.4b/xpm.h"
 #else 
-#include <xpm.h>
+#include <X11/xpm.h>
 #endif /*HACKED_XPMLIB*/
 #endif /*XPM [BDyess]*/
 
 #include "Wlib.h"
-#include "libsdata.h"
 #include "libsstruct.h"
+#include "libsdata.h"
 
 int	nplanes=3;
 int	xpmORplanes = 4;
@@ -80,7 +80,6 @@ W_Color W_White = WHITE, W_Black = BLACK
 W_Color W_Green2 = GREEN2, W_Blue = BLUE, W_DarkGreen = DARKGREEN, W_Brown = BROWN;
 W_Color W_Yellow = YELLOW, W_Cyan = CYAN, W_Grey = LIGHT_GREY, W_DarkGrey = DARK_GREY;
 int     W_Textwidth, W_Textheight, W_BigTextwidth, W_BigTextheight;
-char   *strdup();
 
 int     W_in_message = 0;	/* jfy -- for Jerry's warp message hack */