summaryrefslogtreecommitdiff
path: root/src/lightctx.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-07-02 23:44:02 +0200
committerThomas White <taw@physics.org>2019-07-02 23:44:02 +0200
commitf5bbe15d3c39a8f6fe891c4d6be23071e142a7ec (patch)
tree13e55f3297eba0272d8cfef6d38e870e703d9cb0 /src/lightctx.h
parentd4179a12792269f2af090d27a4307c6a570ef8a2 (diff)
Attribute bar at bottom of screen
Diffstat (limited to 'src/lightctx.h')
-rw-r--r--src/lightctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lightctx.h b/src/lightctx.h
index 8c25699..3084f50 100644
--- a/src/lightctx.h
+++ b/src/lightctx.h
@@ -163,6 +163,8 @@ struct lightctx
extern void attr_movex(struct lightctx *nl, signed int d, int fine);
extern void attr_movey(struct lightctx *nl, signed int d, int fine);
+extern int any_selected_fixture_has(struct lightctx *nl, int attr);
+
extern struct fixture *create_fixture(struct lightctx *nl, struct fixture_class *cls,
const char *label, int universe, int base_addr,
int flags);