mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
Merge pull request #6230 from Nahuel2998/fix/x11-xlib-xchangewindowattributes
vendor/x11/xlib: Fix signature of XChangeWindowAttributes
This commit is contained in:
2
vendor/x11/xlib/xlib_procs.odin
vendored
2
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -234,7 +234,7 @@ foreign xlib {
|
||||
display: ^Display,
|
||||
window: Window,
|
||||
attr_mask: WindowAttributeMask,
|
||||
attr: ^XWindowAttributes,
|
||||
attr: ^XSetWindowAttributes,
|
||||
) ---
|
||||
SetWindowBackground :: proc(
|
||||
display: ^Display,
|
||||
|
||||
Reference in New Issue
Block a user