summaryrefslogtreecommitdiff
path: root/src/display.h
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/display.h
parent2cc20dd211db43e31620661e674b20a0cb687a9b (diff)
Rename "struct nanolight" to "struct lightctx"
Diffstat (limited to 'src/display.h')
-rw-r--r--src/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.h b/src/display.h
index eb4cb3e..9c42645 100644
--- a/src/display.h
+++ b/src/display.h
@@ -23,6 +23,6 @@
#ifndef DISPLAY_H
#define DISPLAY_H
-extern void create_main_window(struct nanolight *nl);
+extern void create_main_window(struct lightctx *nl);
#endif /* DISPLAY_H */