mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
[vendor/x11]: Correction on XPutImage definition
This commit is contained in:
2
vendor/x11/xlib/xlib_procs.odin
vendored
2
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user