summaryrefslogtreecommitdiff
path: root/src/scanout.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-07-02 22:37:15 +0200
committerThomas White <taw@physics.org>2019-07-02 22:37:15 +0200
commitd4179a12792269f2af090d27a4307c6a570ef8a2 (patch)
treecce9559103c2861938bc88d5961cec412dbcfd03 /src/scanout.c
parent2cc20dd211db43e31620661e674b20a0cb687a9b (diff)
Rename "struct nanolight" to "struct lightctx"
Diffstat (limited to 'src/scanout.c')
-rw-r--r--src/scanout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scanout.c b/src/scanout.c
index 57a03da..ce7bfc9 100644
--- a/src/scanout.c
+++ b/src/scanout.c
@@ -26,7 +26,7 @@
#include <assert.h>
#include <libsoup/soup.h>
-#include "nanolight.h"
+#include "lightctx.h"
static void set_val(int *dmx, int base_addr, int attr_offset, float value, int sixteenbit)
{
@@ -98,7 +98,7 @@ static void set_gobo(int *dmx, struct fixture *fix, int gobo)
}
-int scanout_all(struct nanolight *nl)
+int scanout_all(struct lightctx *nl)
{
SoupSession *sess;
SoupMessage *msg;