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:
authorRichard Antalik <richardantalik@gmail.com>2020-04-06 00:39:20 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-04-06 00:39:20 +0300
commit43cc2f31959277c6c9ecb5b6b6d83c0af6d7923e (patch)
tree4fa054b7681bb3e3c9f802ae64f5dfea29dd5dbe /source/blender/blenkernel/BKE_sequencer_offscreen.h
parent9d4300b0c60047b56f84f28650eb39cd35cf386b (diff)
Cleanup: Use `_fn` as a suffix for callbacks in VSE code
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 c753b4b566f..cc822e97270 100644
--- a/source/blender/blenkernel/BKE_sequencer_offscreen.h
+++ b/source/blender/blenkernel/BKE_sequencer_offscreen.h
@@ -47,7 +47,7 @@ typedef struct ImBuf *(*SequencerDrawView)(struct Depsgraph *depsgraph,
const char *viewname,
struct GPUOffScreen *ofs,
char err_out[256]);
-extern SequencerDrawView sequencer_view3d_cb;
+extern SequencerDrawView sequencer_view3d_fn;
#ifdef __cplusplus
}