mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-19 14:25:10 -04:00
refactor: Clean signature for GetWindowProperty
This commit is contained in:
8
vendor/x11/xlib/xlib_procs.odin
vendored
8
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -339,10 +339,10 @@ foreign xlib {
|
||||
long_len: int,
|
||||
delete: b32,
|
||||
req_type: Atom,
|
||||
act_type: [^]Atom,
|
||||
act_format: [^]i32,
|
||||
nitems: [^]uint,
|
||||
bytes_after: [^]uint,
|
||||
act_type: ^Atom,
|
||||
act_format: ^i32,
|
||||
nitems: ^uint,
|
||||
bytes_after: ^uint,
|
||||
props: ^rawptr,
|
||||
) -> i32 ---
|
||||
ListProperties :: proc(
|
||||
|
||||
Reference in New Issue
Block a user