diff options
author | Thomas White <taw@physics.org> | 2019-07-02 22:37:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-07-02 22:37:15 +0200 |
commit | d4179a12792269f2af090d27a4307c6a570ef8a2 (patch) | |
tree | cce9559103c2861938bc88d5961cec412dbcfd03 /src/display.h | |
parent | 2cc20dd211db43e31620661e674b20a0cb687a9b (diff) |
Rename "struct nanolight" to "struct lightctx"
Diffstat (limited to 'src/display.h')
-rw-r--r-- | src/display.h | 2 |
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 */ |