/[pkgs]/devel/Maelstrom/Maelstrom-3.0.6-64bit.patch
ViewVC logotype

Contents of /devel/Maelstrom/Maelstrom-3.0.6-64bit.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue Feb 14 06:54:43 2006 UTC (3 years, 9 months ago) by notting
Branch: MAIN
CVS Tags: Maelstrom-3_0_6-14, F-12-split, FC-6-split, F-10-split, F-7-split, F-11-split, Maelstrom-3_0_6-15, Maelstrom-3_0_6-16, Maelstrom-3_0_6-17, Maelstrom-3_0_6-10, Maelstrom-3_0_6-12, Maelstrom-3_0_6-13, F-9-split, Maelstrom-3_0_6-18, FC-5-split, F-8-split
Changes since 1.1: +4 -4 lines
File MIME type: text/x-patch
update
1 --- Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp.ook 2006-02-14 01:50:13.000000000 -0500
2 +++ Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp 2006-02-14 01:50:58.000000000 -0500
3 @@ -848,8 +848,8 @@
4 for ( i=0; i<dirtymaplen; ++i ) {
5 if ( dirtymap[i] != NULL ) {
6 dirtymap[i] = (SDL_Rect *)(
7 - ((int)dirtymap[i]-(int)updatelist) +
8 - (int)newlist
9 + ((long)dirtymap[i]-(long)updatelist) +
10 + (long)newlist
11 );
12 }
13 }

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2