freebsd-ports/games/xkobo/files/patch-ad
Edwin Groothuis d931888290 Fix build on -current
PR:		45016
Submitted by:	Ray Kohler <ataraxia@cox.net>
2002-11-07 11:32:00 +00:00

19 lines
465 B
Text

--- xkobo.C.orig Sat Jun 15 03:27:27 1996
+++ xkobo.C Thu Nov 7 22:32:08 2002
@@ -51,7 +51,7 @@
static int signal_delivered = 1;
-static void sig_handle(...)
+static void sig_handle(int)
{
signal_delivered = 1;
}
@@ -202,6 +202,7 @@
wbase.title("xkobo");
wbase.set_wm_close();
+ wbase.set_wm_hints(argc, argv);
wbase.hold_size();
wbase.font(NORMAL_FONT);
wbase.foreground(wbase.alloc_color(65535, 65535, 65535));