openbsd-ports/games/xinvaders/patches/patch-ac
1998-09-25 22:49:19 +00:00

32 lines
439 B
Plaintext

--- main.c.orig Sun Jul 5 20:01:36 1998
+++ main.c Sun Jul 5 19:20:11 1998
@@ -135,14 +135,13 @@
return w;
}
-main(argc, argv)
+int main(argc, argv)
Cardinal argc;
char **argv;
{
static Arg args[10];
int n;
Widget form, button;
- extern WidgetClass labelwidgetclass;
me_image = NULL;
@@ -268,12 +267,4 @@
#endif
}
}
-#endif
-
-#ifdef sparc
-XShapeCombineMask()
-{}
-
-XShapeQueryExtension()
-{}
#endif