From e912a488cbb9065700316ff0f34cde183c90cbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 26 Oct 2015 09:23:48 +0100 Subject: vis: merge editor.c into vis.c --- ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui.h') 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*); -- cgit v1.2.3