Commit 1b8f8f44 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Terminate XCreateIC() argument list with NULL instead of just 0.

parent 04261475
......@@ -478,7 +478,7 @@ XIC X11DRV_CreateIC(XIM xim, Display *display, Window win)
XNInputStyle, XIMPreeditNothing | XIMStatusNothing,
XNClientWindow, win,
XNFocusWindow, win,
0);
NULL);
wine_tsx11_unlock();
return xic;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment