diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-01-19 03:35:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-19 03:35:28 +0100 |
| commit | 591efe91367ce12dbf41b3357b6002e7a3eb7ea9 (patch) | |
| tree | 0152c7b2aaae937de16c9fe83b503b380eae48c7 | |
| parent | 1f3429229608db6275696c403b96c39fab8f239e (diff) | |
| parent | d838065d32bd5088ad5cd1707d4a961c19d3daa3 (diff) | |
Merge pull request #6150 from wpcasarin/fix-xlib-background-pixmap
vendor/x11/xlib: Fix XSetWindowBackgroundPixmap binding name
| -rw-r--r-- | vendor/x11/xlib/xlib_procs.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/x11/xlib/xlib_procs.odin b/vendor/x11/xlib/xlib_procs.odin index c33c6d351..42e49ea02 100644 --- a/vendor/x11/xlib/xlib_procs.odin +++ b/vendor/x11/xlib/xlib_procs.odin @@ -241,7 +241,7 @@ foreign xlib { window: Window, pixel: uint, ) --- - SetWindowBackgroundMap :: proc( + SetWindowBackgroundPixmap :: proc( display: ^Display, window: Window, pixmap: Pixmap, |