diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 09:01:58 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 09:01:58 +0000 |
commit | f9f6f1958db0fcaabf78f61ab86f9e533bb9cc02 (patch) | |
tree | 4512485cb15ea748554ca9e91b1afee710549893 /indra/llwindow/llwindowsdl.cpp | |
parent | 367fda833cb5633564c2518f613a00484eb73ec5 (diff) |
EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a mouse move event
This should be a lot better now. But still not good overall. Performance is now just bad instead of intolerable.
Diffstat (limited to 'indra/llwindow/llwindowsdl.cpp')
-rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index bfdf1147a1..f9c3694459 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -1617,7 +1617,7 @@ void LLWindowSDL::processMiscNativeEvents() pump_timer.setTimerExpirySec(1.0f / 15.0f); do { // Always do at least one non-blocking pump - gtk_main_iteration_do(0); + gtk_main_iteration_do(FALSE); } while (gtk_events_pending() && !pump_timer.hasExpired()); |