Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 18:14:27 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 18:19:03 +0300
commitb2d495c2de61b7a32be8cdb81e4a65b60f6ff8c7 (patch)
tree2db30d784c8bbc8dd76152e6428451d8c916a947 /source/blender/makesdna/DNA_windowmanager_types.h
parentbe52fd0d0fb0add1724600f162cde1219f3bdb7e (diff)
UI: move reports / job back to status bar, but make it more visible with color.
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index daa8975bca6..abd35a3cc73 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -118,8 +118,7 @@ typedef struct ReportList {
#
#
typedef struct ReportTimerInfo {
- float col[3];
- float grayscale;
+ float col[4];
float widthfac;
} ReportTimerInfo;