]> git.pld-linux.org Git - packages/Maelstrom.git/blob - Maelstrom-sdl_rect.patch
- release 7: added -sdl_rect.patch
[packages/Maelstrom.git] / Maelstrom-sdl_rect.patch
1 --- Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp.orig     2009-07-12 22:02:17.000000000 +0200
2 +++ Maelstrom-3.0.6/screenlib/SDL_FrameBuf.cpp  2009-07-12 22:06:29.334128859 +0200
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                         }
This page took 0.022514 seconds and 3 git commands to generate.