[vendor/x11]: Correction on XPutImage definition

This commit is contained in:
flysand7
2023-11-13 19:45:26 +11:00
parent 79d3c3be66
commit 1b770fc3b2

View File

@@ -1183,7 +1183,7 @@ foreign xlib {
display: ^Display,
drawable: Drawable,
gc: GC,
image: XImage,
image: ^XImage,
src_x: i32,
src_y: i32,
dst_x: i32,