[Freeciv-Dev] (PR#12580) fix gui-stub
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12580 >
This patch allows gui-stub to compile again. I will commit immediately.
-jason
? diff
? client/include/canvas_g.h
? client/include/sprite_g.h
Index: client/gui-stub/gui_main.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-stub/gui_main.c,v
retrieving revision 1.16
diff -u -r1.16 gui_main.c
--- client/gui-stub/gui_main.c 11 Feb 2005 16:57:59 -0000 1.16
+++ client/gui-stub/gui_main.c 21 Mar 2005 23:09:59 -0000
@@ -18,6 +18,7 @@
#include <stdio.h>
#include "fciconv.h"
+#include "log.h"
#include "civclient.h"
#include "options.h"
Index: client/gui-stub/pages.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-stub/pages.c,v
retrieving revision 1.3
diff -u -r1.3 pages.c
--- client/gui-stub/pages.c 5 Feb 2005 07:15:37 -0000 1.3
+++ client/gui-stub/pages.c 21 Mar 2005 23:09:59 -0000
@@ -15,6 +15,8 @@
#include <config.h>
#endif
+#include "connectdlg_g.h"
+
#include "pages.h"
/**************************************************************************
@@ -31,7 +33,7 @@
"default", and if the user changes this then set_ruleset() should be
called.
****************************************************************************/
-void gui_set_rulesets(char rulesets[][64], int ruleset_count)
+void gui_set_rulesets(int num_rulesets, char **rulesets)
{
/* PORTME */
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#12580) fix gui-stub,
Jason Short <=
|
|