mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
[vendor/x11]: Correction on XPutImage definition
This commit is contained in:
Vendored
+1
-1
@@ -1183,7 +1183,7 @@ foreign xlib {
|
|||||||
display: ^Display,
|
display: ^Display,
|
||||||
drawable: Drawable,
|
drawable: Drawable,
|
||||||
gc: GC,
|
gc: GC,
|
||||||
image: XImage,
|
image: ^XImage,
|
||||||
src_x: i32,
|
src_x: i32,
|
||||||
src_y: i32,
|
src_y: i32,
|
||||||
dst_x: i32,
|
dst_x: i32,
|
||||||
|
|||||||
Reference in New Issue
Block a user