From 1d36406d88766d5e54a1f4a27ce6f6d90e1d163a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 15 Jun 2019 11:14:29 +0200 Subject: Add stop attributes --- src/nanolight.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nanolight.h') 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; }; -- cgit v1.2.3