mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-25 05:09:53 +00:00
Merge pull request #6680 from MightyChubz/xlib-binding-fixes
Fix xlib binding signatures
This commit is contained in:
3
vendor/x11/xlib/xlib_procs.odin
vendored
3
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -295,6 +295,7 @@ foreign xlib {
|
||||
src_y: i32,
|
||||
dst_x: ^i32,
|
||||
dst_y: ^i32,
|
||||
dst_child: ^Window,
|
||||
) -> b32 ---
|
||||
QueryPointer :: proc(
|
||||
display: ^Display,
|
||||
@@ -1301,7 +1302,7 @@ foreign xlib {
|
||||
dipslay: ^Display,
|
||||
window: Window,
|
||||
screen_no: i32,
|
||||
) -> Status ---
|
||||
) -> b32 ---
|
||||
WithdrawWindow :: proc(
|
||||
dipslay: ^Display,
|
||||
window: Window,
|
||||
|
||||
Reference in New Issue
Block a user