فهرست منبع

Cast the sentinel

rdb 16 سال پیش
والد
کامیت
04211c6f62
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      panda/src/glxdisplay/glxGraphicsWindow.cxx

+ 1 - 1
panda/src/glxdisplay/glxGraphicsWindow.cxx

@@ -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";