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