mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 06:18:39 +00:00
Merge pull request #6150 from wpcasarin/fix-xlib-background-pixmap
vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding name
This commit is contained in:
2
vendor/x11/xlib/xlib_procs.odin
vendored
2
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -241,7 +241,7 @@ foreign xlib {
|
||||
window: Window,
|
||||
pixel: uint,
|
||||
) ---
|
||||
SetWindowBackgroundMap :: proc(
|
||||
SetWindowBackgroundPixmap :: proc(
|
||||
display: ^Display,
|
||||
window: Window,
|
||||
pixmap: Pixmap,
|
||||
|
||||
Reference in New Issue
Block a user