mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -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;
|
||||
istringstream strm(parent_cstr);
|
||||
strm >> window;
|
||||
parent_window_handle = NativeWindowHandle::make_x11((Window)window);
|
||||
parent_window_handle = NativeWindowHandle::make_x11((X11_Window)window);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user