From df36b2dfa0eac61f52a449c5107b2d848a11ad32 Mon Sep 17 00:00:00 2001 From: "sergei_d%fi.tartu.ee" Date: Fri, 25 Feb 2005 18:07:56 +0000 Subject: [PATCH] bug 283629. Set higher priority for appsehll. r=sergei_d. BeOS-only, no sr required --- widget/src/beos/nsAppShell.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();