summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-17 23:45:25 +0200
committerThomas White <taw@physics.org>2019-06-17 23:45:25 +0200
commitc269b1fa9eaa247ef2b863367c249b996b4a01be (patch)
tree4181613d6b5d0fa0b200d647da491794958c6739 /src/nanolight.h
parent40130e129b523283e77dc7546e3a32671e0e1541 (diff)
Prevent auto-repeat on playback keys
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index dfe7b6a..dec9f52 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -98,6 +98,8 @@ struct nanolight
enum attr_class sel_attr;
int dragging;
int fine;
+ int go_lock;
+ int sb_lock;
double x_orig;
double y_orig;