From 1e32c49b4d08b1d517ccda7380c3909986d9d7cd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 28 May 2019 22:53:11 +0200 Subject: Command line and rendering stuff --- src/nanolight.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/nanolight.h') diff --git a/src/nanolight.h b/src/nanolight.h index 5235666..29cdbfc 100644 --- a/src/nanolight.h +++ b/src/nanolight.h @@ -23,6 +23,8 @@ #ifndef NANOLIGHT_H #define NANOLIGHT_H +#include + /* Attribute flags */ #define ATTR_NONE (0) #define ATTR_16BIT (1) @@ -57,15 +59,21 @@ struct fixture char *label; int base_addr; struct fixture_class *cls; + int *attr_vals; }; struct nanolight { int n_fixtures; + int max_fixtures; struct fixture *fixtures; + GtkIMContext *im_context; + GtkWidget *da; + double fixture_width; + char cmdline[1024]; }; -- cgit v1.2.3