From d90d413421a39e6c5b96fbe483090a13bc9a4569 Mon Sep 17 00:00:00 2001 From: Ian Thompson Date: Mon, 11 Aug 2008 11:10:16 +0000 Subject: Suggestion list scrolling and selection made independent for easier use. Selections no longer move away from the cursor. --- source/blender/blenkernel/BKE_suggestions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenkernel/BKE_suggestions.h') diff --git a/source/blender/blenkernel/BKE_suggestions.h b/source/blender/blenkernel/BKE_suggestions.h index 41a87aaa05e..d58b8f58bf5 100644 --- a/source/blender/blenkernel/BKE_suggestions.h +++ b/source/blender/blenkernel/BKE_suggestions.h @@ -60,6 +60,7 @@ typedef struct SuggList { SuggItem *first, *last; SuggItem *firstmatch, *lastmatch; SuggItem *selected; + int top; } SuggList; /* Free all text tool memory */ @@ -78,6 +79,7 @@ SuggItem *texttool_suggest_first(); SuggItem *texttool_suggest_last(); void texttool_suggest_select(SuggItem *sel); SuggItem *texttool_suggest_selected(); +int *texttool_suggest_top(); /* Documentation */ void texttool_docs_show(const char *docs); -- cgit v1.2.3