diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:53:48 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:48 +0200 |
commit | 2e06e1bc1d05c47679300ce666d2070022d812e7 (patch) | |
tree | 6e5777037b580d65ae43f57e3ec7fc99b93a3f19 /games/supertux/supertux-gcc4.2.patch | |
parent | 22ec2e28732353166c5e50b1c14baf0c13036067 (diff) | |
download | slackbuilds-2e06e1bc1d05c47679300ce666d2070022d812e7.tar.gz |
games/supertux: Added to 12.1 repository
Diffstat (limited to 'games/supertux/supertux-gcc4.2.patch')
-rw-r--r-- | games/supertux/supertux-gcc4.2.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/supertux/supertux-gcc4.2.patch b/games/supertux/supertux-gcc4.2.patch new file mode 100644 index 0000000000..5168cc0bf1 --- /dev/null +++ b/games/supertux/supertux-gcc4.2.patch @@ -0,0 +1,12 @@ +diff -ur supertux-0.1.3.orig/src/menu.h supertux-0.1.3/src/menu.h +--- supertux-0.1.3.orig/src/menu.h 2005-06-21 23:16:07.000000000 +0200 ++++ supertux-0.1.3/src/menu.h 2008-08-16 01:48:12.000000000 +0200 +@@ -207,7 +207,7 @@ + + bool isToggled(int id); + +- void Menu::get_controlfield_key_into_input(MenuItem *item); ++ void get_controlfield_key_into_input(MenuItem *item); + + void draw (); + void draw_item(int index, int menu_width, int menu_height); |