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:
authorCampbell Barton <ideasman42@gmail.com>2019-12-03 15:24:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-03 15:43:01 +0300
commitceab47f34790b5598453720fe276e5e6d521c4be (patch)
treef17bd898acdcef6af90aea351885dd2b48c74dc8 /source/blender/makesdna/DNA_space_types.h
parentaee9d9a4a48270878c089c6c371a33c12b670e8b (diff)
Cleanup: text-view comments, variable names, const args
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 7692a4b17bb..6277dec6483 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1492,6 +1492,7 @@ typedef struct SpaceConsole {
/** Multiple consoles are possible, not just python. */
char language[32];
+ /** Selection offset in bytes. */
int sel_start;
int sel_end;
} SpaceConsole;