diff --git a/widget/src/beos/nsAppShell.cpp b/widget/src/beos/nsAppShell.cpp index 8450e42dfd14..ed1af00e89c3 100644 --- a/widget/src/beos/nsAppShell.cpp +++ b/widget/src/beos/nsAppShell.cpp @@ -172,6 +172,8 @@ NS_IMETHODIMP nsAppShell::Run() NS_ADDREF_THIS(); + set_thread_priority( find_thread(NULL), B_DISPLAY_PRIORITY); + if (!mEventQueue) Spinup();