aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.h b/ui.h
index b1c35ed..0549db3 100644
--- a/ui.h
+++ b/ui.h
@@ -27,10 +27,10 @@ enum UiOption {
#include "text.h"
#include "view.h"
-#include "editor.h"
+#include "vis.h"
struct Ui {
- bool (*init)(Ui*, Editor*);
+ bool (*init)(Ui*, Vis*);
void (*free)(Ui*);
void (*resize)(Ui*);
UiWin* (*window_new)(Ui*, View*, File*);