Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_space_types.h
| Context not available. | |||||
| void *drawcache; /* cache for faster drawing */ | void *drawcache; /* cache for faster drawing */ | ||||
| float scroll_accum[2]; /* runtime, for scroll increments smaller than a line */ | float scroll_accum[2]; /* runtime, for scroll increments smaller than a line */ | ||||
| int cursor_pos[2]; /*location of the text cursor*/ | |||||
Severin: Would prefer something like text_cursor_pos (can be confused with normal cursor otherwise). | |||||
Not Done Inline Actionsmaybe precise comment? runtime, and in pixels (if I have understood patch correctly ;) ). mont29: maybe precise comment? runtime, and in pixels (if I have understood patch correctly ;) ). | |||||
| } SpaceText; | } SpaceText; | ||||
| Context not available. | |||||
Would prefer something like text_cursor_pos (can be confused with normal cursor otherwise). Also code style: "/*[SPACE][TEXT][SPACE]*/"