Browse Source

missed one

David Rose 14 years ago
parent
commit
9a967e9edb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/plugin/p3dPythonRun.cxx

+ 1 - 1
direct/src/plugin/p3dPythonRun.cxx

@@ -1427,7 +1427,7 @@ setup_window(P3DCInstance *inst, TiXmlElement *xwparams) {
     long window;
     long window;
     istringstream strm(parent_cstr);
     istringstream strm(parent_cstr);
     strm >> window;
     strm >> window;
-    parent_window_handle = NativeWindowHandle::make_x11((Window)window);
+    parent_window_handle = NativeWindowHandle::make_x11((X11_Window)window);
   }
   }
 #endif
 #endif