Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/sdlsasteroids/files: sdlsasteroids-3.0.1-gcc43.patch
Date: Wed, 30 Apr 2008 22:14:08
Message-Id: E1JrKYv-0002Fa-Ry@stork.gentoo.org
1 nyhm 08/04/30 22:14:05
2
3 Added: sdlsasteroids-3.0.1-gcc43.patch
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-arcade/sdlsasteroids/files/sdlsasteroids-3.0.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdlsasteroids/files/sdlsasteroids-3.0.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/sdlsasteroids/files/sdlsasteroids-3.0.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: sdlsasteroids-3.0.1-gcc43.patch
15 ===================================================================
16 --- src/sbitmap.h
17 +++ src/sbitmap.h
18 @@ -36,7 +36,7 @@
19 void LoadImage(char* path);
20 void LoadSurface(SDL_Surface* surface);
21
22 - void put(float x, float y, float rotate = 1.0f, float rotate = 1.0f, float layer = 0.0f);
23 + void put(float x, float y, float sf = 1.0f, float rotate = 1.0f, float layer = 0.0f);
24 void putA(float x, float y, float layer = 0.0f, float alpha = 1.0f);
25
26 inline float width() const
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list