missed one

This commit is contained in:
David Rose 2011-08-29 00:25:11 +00:00
parent dcc4a33ae9
commit 9a967e9edb

View File

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