Terminate XCreateIC() argument list with NULL instead of just 0.
This commit is contained in:
parent
042614751c
commit
1b8f8f44a1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue