summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index 4ab4d5a..5235666 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -40,8 +40,7 @@ struct attribute
char *name;
enum attr_class cls;
int props;
- int n_addrs;
- int *addrs;
+ int addr_offset;
};
@@ -56,6 +55,7 @@ struct fixture_class
struct fixture
{
char *label;
+ int base_addr;
struct fixture_class *cls;
};
@@ -64,6 +64,8 @@ struct nanolight
{
int n_fixtures;
struct fixture *fixtures;
+
+ double fixture_width;
};