13ee285cab
Bump to 2.4nb1. Add MESSAGE explaining that with XFree86-4.x.x, you probably need to start xboing with -usedefcmap. Thanks to uwe for finding that out!
14 lines
276 B
Text
14 lines
276 B
Text
$NetBSD: patch-ac,v 1.2 2002/07/15 09:01:43 wiz Exp $
|
|
|
|
--- ball.c.orig Fri Nov 22 02:28:46 1996
|
|
+++ ball.c
|
|
@@ -50,7 +50,9 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
+#ifndef __NetBSD__
|
|
#include <values.h>
|
|
+#endif
|
|
#include <xpm.h>
|
|
#include <X11/Xos.h>
|
|
|