From 75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 24 Aug 2020 21:46:36 +0800 Subject: display as in linear view --- ui/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/action.h') 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); -- cgit v1.3.1