diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-04-22 12:45:52 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-22 12:45:52 +0200 |
| commit | 625244ab41640ec43d2621465ace81b4c242385b (patch) | |
| tree | c3130b06d1fcb2994465f9bf9de4368cbb691363 /ui.h | |
| parent | acb864cdc5b24e54b0b2b08e06d706ccaa3fa4c1 (diff) | |
| download | vis-625244ab41640ec43d2621465ace81b4c242385b.tar.gz vis-625244ab41640ec43d2621465ace81b4c242385b.tar.xz | |
Rename window.[ch] to view.[ch]
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ enum UiOption { #include <stdbool.h> #include <stdarg.h> #include "text.h" -#include "window.h" +#include "view.h" #include "editor.h" struct Ui { |
