summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-15 11:14:29 +0200
committerThomas White <taw@physics.org>2019-06-15 11:14:29 +0200
commit1d36406d88766d5e54a1f4a27ce6f6d90e1d163a (patch)
tree5891f65ad2c3f8a691561743ce6a864843703fe2 /src/nanolight.h
parent59bb7fe96b4448cbbca4d8f7d40c174eab8e8253 (diff)
Add stop attributes
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index 5947665..dfe7b6a 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -28,6 +28,7 @@
/* Attribute flags */
#define ATTR_NONE (0)
#define ATTR_16BIT (1)
+#define ATTR_STOP (2)
enum attr_class
{
@@ -52,6 +53,8 @@ struct attribute
int props;
int addr_offset;
int home;
+ int *stops;
+ int n_stops;
};