diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-08 04:43:13 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-08 04:43:13 +0800 |
commit | 740276e2a0148b732c14c74b4a31c58ff303e12f (patch) | |
tree | e525e2e641f19b2d3b16c541f3b7932a9a5ca1ed /games | |
parent | 0b3cec60002565dcc0fb1ec5a90617cadd3e5bf8 (diff) | |
download | marcuscom-ports-740276e2a0148b732c14c74b4a31c58ff303e12f.tar.gz marcuscom-ports-740276e2a0148b732c14c74b4a31c58ff303e12f.tar.zst marcuscom-ports-740276e2a0148b732c14c74b4a31c58ff303e12f.zip |
Fix the build.
Reported by: P.U.Kruppa <ulrich@pukruppa.net>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9543 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/files/patch-gnobots2_properties.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-gnobots2_properties.c b/games/gnome-games/files/patch-gnobots2_properties.c new file mode 100644 index 000000000..6a5a72646 --- /dev/null +++ b/games/gnome-games/files/patch-gnobots2_properties.c @@ -0,0 +1,10 @@ +--- gnobots2/properties.c.orig 2007-09-07 15:39:29.000000000 -0500 ++++ gnobots2/properties.c 2007-09-07 15:41:56.000000000 -0500 +@@ -116,6 +116,7 @@ + static void defkey_cb (GtkWidget *, gpointer); + static void fill_typemenu (GtkWidget *); + static void conf_set_background_color (GdkColor * c); ++static void load_keys (void); + /**********************************************************************/ + + |