blob: 9b86481fb21f6715adabcb300e031c788e5857e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1 2005/06/14 17:32:37 jmmv Exp $
--- libsprite/data.c.orig 1998-04-12 08:03:22.000000000 +0200
+++ libsprite/data.c
@@ -79,7 +79,6 @@ W_Font W_HighlightFont = (W_Font) & two
W_Color W_White = WHITE, W_Black = BLACK, W_Red = RED, W_Green = GREEN;
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 */
|