summaryrefslogtreecommitdiff
path: root/ui/action.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2020-08-24 21:46:36 +0800
committerXusheng <xusheng@vector35.com>2020-09-15 09:29:54 +0800
commit75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 (patch)
treef8fe2205178cd7942a1e6d45c79dda9d748b526f /ui/action.h
parent33e31719d37deed58cfe709bf475b80fece8c34a (diff)
display as in linear view
Diffstat (limited to 'ui/action.h')
-rw-r--r--ui/action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/action.h b/ui/action.h
index a374731b..3414d8b0 100644
--- a/ui/action.h
+++ b/ui/action.h
@@ -19,6 +19,7 @@
class View;
class UIContext;
+struct LinearViewCursorPosition;
struct BINARYNINJAUIAPI HighlightTokenState
{
@@ -49,6 +50,7 @@ struct BINARYNINJAUIAPI UIActionContext
FunctionRef function;
LowLevelILFunctionRef lowLevelILFunction;
MediumLevelILFunctionRef mediumLevelILFunction;
+ LinearViewCursorPosition* cursorPosition;
UIActionContext();
UIActionContext(const BinaryNinja::PluginCommandContext& pluginContext);