mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix compile errors on Linux
This commit is contained in:
parent
4d8ec43ba4
commit
f0134e7c56
@ -469,15 +469,14 @@ make_parent_window(P3D_window_handle &parent_window,
|
||||
|
||||
parent_window._hwnd = toplevel_window;
|
||||
}
|
||||
#endif // _WIN32
|
||||
|
||||
#ifdef __APPLE__
|
||||
#else
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: Panda3D::make_parent_window
|
||||
// Access: Private
|
||||
// Description: Creates a toplevel window to contain the embedded
|
||||
// instances. OS X implementation.
|
||||
// instances.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void Panda3D::
|
||||
make_parent_window(P3D_window_handle &parent_window,
|
||||
@ -486,7 +485,7 @@ make_parent_window(P3D_window_handle &parent_window,
|
||||
assert(false);
|
||||
}
|
||||
|
||||
#endif // __APPLE__
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: Panda3D::create_instance
|
||||
|
Loading…
x
Reference in New Issue
Block a user