mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51:05 +08:00
"Fixed" warning and crash caused by XCreateIC on Linux
This commit is contained in:
parent
f5bca33eaa
commit
da64dbe89f
@ -477,7 +477,7 @@ void WindowImplX11::initialize()
|
||||
XNClientWindow, m_window,
|
||||
XNFocusWindow, m_window,
|
||||
XNInputStyle, XIMPreeditNothing | XIMStatusNothing,
|
||||
NULL);
|
||||
(void*)NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user