mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
missed one
This commit is contained in:
parent
dcc4a33ae9
commit
9a967e9edb
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user