From ceab47f34790b5598453720fe276e5e6d521c4be Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Dec 2019 23:24:12 +1100 Subject: Cleanup: text-view comments, variable names, const args --- source/blender/makesdna/DNA_space_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_space_types.h') 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; -- cgit v1.2.3