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:
authorJeroen Bakker <jeroen@blender.org>2020-03-06 14:21:39 +0300
committerJeroen Bakker <jeroen@blender.org>2020-03-06 14:23:46 +0300
commit79558a581de707413041ab6f6af94ac5309b1dba (patch)
treec7036381f33d8ea34c300d7053553aa565619bda /source/blender/blenkernel/BKE_sequencer_offscreen.h
parente96b1035364122178d5fcec7cf4d4bab7c8cb051 (diff)
CodeCleanup: Use eDrawType
This patch will make use of the eDrawType where it was used as a variable or parameter name. The eObjectDrawType was renamed to eDrawType as it is also used by `View3DShading.type`.
Diffstat (limited to 'source/blender/blenkernel/BKE_sequencer_offscreen.h')
-rw-r--r--source/blender/blenkernel/BKE_sequencer_offscreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_sequencer_offscreen.h b/source/blender/blenkernel/BKE_sequencer_offscreen.h
index 72e3f246dcb..0385985b019 100644
--- a/source/blender/blenkernel/BKE_sequencer_offscreen.h
+++ b/source/blender/blenkernel/BKE_sequencer_offscreen.h
@@ -37,7 +37,7 @@ extern "C" {
typedef struct ImBuf *(*SequencerDrawView)(struct Depsgraph *depsgraph,
struct Scene *scene,
struct View3DShading *shading_override,
- eObjectDrawType drawtype,
+ eDrawType drawtype,
struct Object *camera,
int width,
int height,