vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding name

Changed SetWindowBackgroundMap to SetWindowBackgroundPixmap to match
the actual X11 C function name. The incorrect name caused linker errors.
This commit is contained in:
wpcasarin
2026-01-18 23:28:52 -03:00
parent 1f34292296
commit d838065d32

View File

@@ -241,7 +241,7 @@ foreign xlib {
window: Window,
pixel: uint,
) ---
SetWindowBackgroundMap :: proc(
SetWindowBackgroundPixmap :: proc(
display: ^Display,
window: Window,
pixmap: Pixmap,