Magellan Linux

Contents of /trunk/supertux/patches/supertux-0.1.3-gcc41.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 617 - (show annotations) (download)
Thu May 29 09:17:12 2008 UTC (15 years, 11 months ago) by niro
File size: 459 byte(s)
-fixes for 1.1.3

1 diff -uNr supertux-0.1.3.orig/src/menu.h supertux-0.1.3/src/menu.h
2 --- supertux-0.1.3.orig/src/menu.h 2005-06-21 23:16:07.000000000 +0200
3 +++ supertux-0.1.3/src/menu.h 2006-03-19 15:49:55.277266712 +0100
4 @@ -207,7 +207,7 @@
5
6 bool isToggled(int id);
7
8 - void Menu::get_controlfield_key_into_input(MenuItem *item);
9 + void get_controlfield_key_into_input(MenuItem *item);
10
11 void draw ();
12 void draw_item(int index, int menu_width, int menu_height);