mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
firefox fix
This commit is contained in:
parent
fc762d8f09
commit
4b5eed144f
@ -103,6 +103,8 @@ P3DInstance(P3D_request_ready_func *func,
|
|||||||
_shared_mmap_size = 0;
|
_shared_mmap_size = 0;
|
||||||
_swbuffer = NULL;
|
_swbuffer = NULL;
|
||||||
_reversed_buffer = NULL;
|
_reversed_buffer = NULL;
|
||||||
|
// We have to start with _mouse_active true; firefox doesn't send
|
||||||
|
// activate events.
|
||||||
_mouse_active = true;
|
_mouse_active = true;
|
||||||
_frame_timer = NULL;
|
_frame_timer = NULL;
|
||||||
#endif // __APPLE__
|
#endif // __APPLE__
|
||||||
|
@ -29,7 +29,9 @@ P3DOsxSplashWindow(P3DInstance *inst) :
|
|||||||
{
|
{
|
||||||
_install_progress = 0;
|
_install_progress = 0;
|
||||||
_got_wparams = false;
|
_got_wparams = false;
|
||||||
_mouse_active = false;
|
// We have to start with _mouse_active true; firefox doesn't send
|
||||||
|
// activate events.
|
||||||
|
_mouse_active = true;
|
||||||
_toplevel_window = NULL;
|
_toplevel_window = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user