Skip to content

Commit 049bf75

Browse files
pirbodbuenzli
authored andcommitted
fix surface field name
1 parent 059c51c commit 049bf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsdl.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ let surface_pitch = field surface_struct "pitch" int
960960
let surface_pixels = field surface_struct "pixels" (ptr void)
961961
let _ = field surface_struct "userdata" (ptr void)
962962
let _ = field surface_struct "locked" int
963-
let _ = field surface_struct "lock_data" (ptr void)
963+
let _ = field surface_struct "list_blitmap" (ptr void)
964964
let _ = field surface_struct "clip_rect" rect
965965
let _ = field surface_struct "map" (ptr void)
966966
let _ = field surface_struct "refcount" int

0 commit comments

Comments
 (0)