summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-05-07 19:17:02 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-05-07 19:17:02 -0400
commit99352d6ac36c9a1653011cea063439e3c7ff2222 (patch)
tree5b58becdee9b6f1f95f3b6c2e7847e7a3752e4e1 /base.h
parent62f5fd4c9c561730bc6da0e9812da524c45462b1 (diff)
set all, delete candidates, fix search defocusing
Diffstat (limited to 'base.h')
-rw-r--r--base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.h b/base.h
index 0884bc7..816333d 100644
--- a/base.h
+++ b/base.h
@@ -60,6 +60,7 @@ typedef struct {
unsigned nmaps;
DataType data_type;
SearchType search_type;
+ GtkWidget *prev_focus;
uint64_t *search_candidates; // this is a bit array, where the ith bit corresponds to whether byte #i in the processes memory is a search candidate.
} State;