summaryrefslogblamecommitdiff
path: root/games/xkobo/files/patch-ad
blob: 0894a4a8f00b38f417f8b0848a7f6786dcadc96e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                







                                                              
--- 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));