aboutsummaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-04 21:48:22 +0100
committerGitHub <noreply@github.com>2026-02-04 21:48:22 +0100
commitb2d113aebf639b538db81c17e06b4a170d583fde (patch)
treee9434898924d919dce0abffb9851f64e08908513 /vendor
parent6f7a64a47d87f3e61908be5102ba31756f26c8b0 (diff)
parent7ef562b51ef697890bd61d363e2cb14e49def827 (diff)
Merge pull request #6230 from Nahuel2998/fix/x11-xlib-xchangewindowattributes
vendor/x11/xlib: Fix signature of XChangeWindowAttributes
Diffstat (limited to 'vendor')
-rw-r--r--vendor/x11/xlib/xlib_procs.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/x11/xlib/xlib_procs.odin b/vendor/x11/xlib/xlib_procs.odin
index 70cd327fd..a7aa7a770 100644
--- a/vendor/x11/xlib/xlib_procs.odin
+++ b/vendor/x11/xlib/xlib_procs.odin
@@ -234,7 +234,7 @@ foreign xlib {
display: ^Display,
window: Window,
attr_mask: WindowAttributeMask,
- attr: ^XWindowAttributes,
+ attr: ^XSetWindowAttributes,
) ---
SetWindowBackground :: proc(
display: ^Display,