SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
games/spatial/patches/patch-spatial_deco_c
Normal file
21
games/spatial/patches/patch-spatial_deco_c
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- spatial/deco.c.orig Mon Aug 23 20:31:10 1993
|
||||
+++ spatial/deco.c Thu Sep 8 14:12:49 2005
|
||||
@@ -3,14 +3,16 @@
|
||||
notice is retained. */
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <stdlib.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
+#include <unistd.h>
|
||||
#include <X11/Xlib.h>
|
||||
+#include <X11/Xutil.h>
|
||||
#include <X11/keysym.h>
|
||||
#include "spatial.h"
|
||||
|
||||
extern GC gcblack, gcwhite, gcinv, gccopy, gcline, gcfield, gccubes[];
|
||||
-
|
||||
-extern void pause_redraw(), add_cubie();
|
||||
|
||||
void pauseloop()
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue