summaryrefslogtreecommitdiff
path: root/x11/xphoon/patches/patch-ae
blob: b4eb159b6745ceac9ed3af85196e593e7a14b5a7 (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
$NetBSD: patch-ae,v 1.1 2008/07/28 02:45:56 dholland Exp $

--- moon.c.orig	1991-09-15 20:59:28.000000000 -0400
+++ moon.c	2008-07-27 22:23:28.000000000 -0400
@@ -14,16 +14,11 @@ static char rcsid[] =
 #endif
 
 #include <X11/Xlib.h>
-#include <moon.xbm>
+#include "xphoon.h"
+#include "moon.xbm"
 
 void
-getbits( wP, hP, moonP, cxP, cyP, rP )
-	int* wP;
-	int* hP;
-	char** moonP;
-	int* cxP;
-	int* cyP;
-	int* rP;
+getbits( int *wP, int *hP, char **moonP, int *cxP, int *cyP, int *rP )
     {
     *wP = moon_width;
     *hP = moon_height;