mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Fix #5139
This commit is contained in:
Vendored
+1
-1
@@ -234,7 +234,7 @@ foreign xlib {
|
|||||||
display: ^Display,
|
display: ^Display,
|
||||||
window: Window,
|
window: Window,
|
||||||
attr_mask: WindowAttributeMask,
|
attr_mask: WindowAttributeMask,
|
||||||
attr: XWindowAttributes,
|
attr: ^XWindowAttributes,
|
||||||
) ---
|
) ---
|
||||||
SetWindowBackground :: proc(
|
SetWindowBackground :: proc(
|
||||||
display: ^Display,
|
display: ^Display,
|
||||||
|
|||||||
Reference in New Issue
Block a user