summaryrefslogtreecommitdiff
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/memory.h b/src/memory.h
index 0ab4d04..3b947b9 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -25,7 +25,8 @@
25#include "mtstate.h" 25#include "mtstate.h"
26 26
27struct Memory { 27struct Memory {
28 unsigned btdata; 28 unsigned btdata, pointing;
29 int npoint, ybar;
29 mstime_t move_time; 30 mstime_t move_time;
30 int move_x, move_y; 31 int move_x, move_y;
31}; 32};