summaryrefslogtreecommitdiff
path: root/repo/sfml/musl-1.2.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/sfml/musl-1.2.3.patch')
-rw-r--r--repo/sfml/musl-1.2.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/repo/sfml/musl-1.2.3.patch b/repo/sfml/musl-1.2.3.patch
new file mode 100644
index 0000000..54d2f6d
--- /dev/null
+++ b/repo/sfml/musl-1.2.3.patch
@@ -0,0 +1,11 @@
+--- a/src/SFML/Window/Unix/WindowImplX11.cpp
++++ b/src/SFML/Window/Unix/WindowImplX11.cpp
+@@ -1556,7 +1556,7 @@
+ m_window,
+ XNInputStyle,
+ XIMPreeditNothing | XIMStatusNothing,
+- reinterpret_cast<void*>(NULL));
++ reinterpret_cast<void*>(0));
+ }
+ else
+ {