diff options
Diffstat (limited to 'games/lpairs/patches/patch-lpairs_sdl.c')
-rw-r--r-- | games/lpairs/patches/patch-lpairs_sdl.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/lpairs/patches/patch-lpairs_sdl.c b/games/lpairs/patches/patch-lpairs_sdl.c new file mode 100644 index 00000000000..bd73fd1a48d --- /dev/null +++ b/games/lpairs/patches/patch-lpairs_sdl.c @@ -0,0 +1,13 @@ +$NetBSD: patch-lpairs_sdl.c,v 1.1 2012/07/03 18:42:58 joerg Exp $ + +--- lpairs/sdl.c.orig 2012-07-03 16:02:59.000000000 +0000 ++++ lpairs/sdl.c +@@ -480,7 +480,7 @@ void hardware_cap() + /* + update rectangle (0,0,0,0)->fullscreen + */ +-inline void refresh_screen(int x, int y, int w, int h) ++void refresh_screen(int x, int y, int w, int h) + { + SDL_UpdateRect(sdl.screen, x, y, w, h); + } |