From c269b1fa9eaa247ef2b863367c249b996b4a01be Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 17 Jun 2019 23:45:25 +0200 Subject: Prevent auto-repeat on playback keys --- src/nanolight.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nanolight.h') 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; -- cgit v1.2.3