[Libreoffice-commits] core.git: include/vcl
Tobias Madl
tobias.madl.dev at gmail.com
Mon Mar 9 09:10:27 PDT 2015
include/vcl/scheduler.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5748d6bad2e16673bed50374a7d8e1f4ba0fc7fc
Author: Tobias Madl <tobias.madl.dev at gmail.com>
Date: Mon Mar 9 16:08:09 2015 +0000
Scheduler: wrong priority order
Change-Id: Ia2a50922fdfe07ff452bcc78b973d5d4943a128c
diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index fc3668e..da3fb1f 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -41,8 +41,8 @@ struct ImplSchedulerData
enum class SchedulerPriority {
HIGHEST = 0,
HIGH = 1,
- REPAINT = 2,
- RESIZE = 3,
+ RESIZE = 2,
+ REPAINT = 3,
MEDIUM = 3,
LOW = 4,
LOWER = 5,
More information about the Libreoffice-commits
mailing list