mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
Cast the sentinel
This commit is contained in:
parent
1348af976a
commit
04211c6f62
@ -708,7 +708,7 @@ open_window() {
|
|||||||
_ic = XCreateIC
|
_ic = XCreateIC
|
||||||
(im,
|
(im,
|
||||||
XNInputStyle, XIMPreeditNothing | XIMStatusNothing,
|
XNInputStyle, XIMPreeditNothing | XIMStatusNothing,
|
||||||
NULL);
|
(void*)NULL);
|
||||||
if (_ic == (XIC)NULL) {
|
if (_ic == (XIC)NULL) {
|
||||||
glxdisplay_cat.warning()
|
glxdisplay_cat.warning()
|
||||||
<< "Couldn't create input context.\n";
|
<< "Couldn't create input context.\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user