summaryrefslogtreecommitdiff
path: root/ui/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/action.h')
-rw-r--r--ui/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/action.h b/ui/action.h
index 38ca296a..9deb3a66 100644
--- a/ui/action.h
+++ b/ui/action.h
@@ -33,6 +33,7 @@ struct LinearViewCursorPosition;
struct BINARYNINJAUIAPI HighlightTokenState
{
bool valid;
+ bool focused;
bool secondaryHighlight;
BNInstructionTextTokenType type;
BinaryNinja::InstructionTextToken token;