mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
12 lines
439 B
Diff
12 lines
439 B
Diff
--- 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
|
|
{
|