summaryrefslogtreecommitdiff
path: root/games/tecnoballz/files/patch-include-surface__sdl.h
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-07-12 15:01:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-07-12 15:01:45 +0000
commitdaffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch)
tree713942325bda393305edb21d46cd7f38d213aebc /games/tecnoballz/files/patch-include-surface__sdl.h
parent- Update to 20110724.002 (diff)
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
Diffstat (limited to 'games/tecnoballz/files/patch-include-surface__sdl.h')
-rw-r--r--games/tecnoballz/files/patch-include-surface__sdl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tecnoballz/files/patch-include-surface__sdl.h b/games/tecnoballz/files/patch-include-surface__sdl.h
new file mode 100644
index 000000000000..f88b4644a4e9
--- /dev/null
+++ b/games/tecnoballz/files/patch-include-surface__sdl.h
@@ -0,0 +1,11 @@
+--- include/surface_sdl.h.orig 2013-05-30 22:00:54.478112221 +0400
++++ include/surface_sdl.h 2013-05-30 22:02:18.114218658 +0400
+@@ -46,7 +46,7 @@
+ ~surface_sdl ();
+ SDL_Surface* get_surface ();
+ char* get_pixel_data ();
+- char* get_pixel_data (Uint32 coord_x, Uint32 coord_x);
++ char* get_pixel_data (Uint32 coord_x, Uint32 coord_y);
+ Uint32 get_row_size ();
+ Uint32 get_offset (Uint32 xcoord, Uint32 ycoord);
+ void clear (Uint32 color = 0);