mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02:00
Formatting.
This commit is contained in:
@@ -738,7 +738,7 @@ int _glfwPlatformInit(void)
|
||||
{
|
||||
XSetLocaleModifiers("");
|
||||
|
||||
_glfw.x11.im = XOpenIM(_glfw.x11.display, 0, 0, 0);
|
||||
_glfw.x11.im = XOpenIM(_glfw.x11.display, 0, NULL, NULL);
|
||||
if (_glfw.x11.im)
|
||||
{
|
||||
if (!hasUsableInputMethodStyle())
|
||||
|
||||
Reference in New Issue
Block a user