From 9a967e9edbae9434a2216482755385d599ea56be Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 29 Aug 2011 00:25:11 +0000 Subject: [PATCH] missed one --- direct/src/plugin/p3dPythonRun.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/plugin/p3dPythonRun.cxx b/direct/src/plugin/p3dPythonRun.cxx index 69c7349f89..8c271e1252 100755 --- a/direct/src/plugin/p3dPythonRun.cxx +++ b/direct/src/plugin/p3dPythonRun.cxx @@ -1427,7 +1427,7 @@ setup_window(P3DCInstance *inst, TiXmlElement *xwparams) { long window; istringstream strm(parent_cstr); strm >> window; - parent_window_handle = NativeWindowHandle::make_x11((Window)window); + parent_window_handle = NativeWindowHandle::make_x11((X11_Window)window); } #endif