From 90e798d9e3e1999e6aa51625ea222cb0c8abf834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 7 Apr 2016 20:43:37 +0200 Subject: vis: let :e recreate a window at the same location as the old one Close #224 --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 2e471e9..de1b948 100644 --- a/ui.h +++ b/ui.h @@ -52,6 +52,7 @@ struct Ui { UiWin* (*window_new)(Ui*, View*, File*, enum UiOption); void (*window_free)(UiWin*); void (*window_focus)(UiWin*); + void (*window_swap)(UiWin*, UiWin*); void (*die)(Ui*, const char *msg, va_list ap) __attribute__((noreturn)); void (*info)(Ui*, const char *msg, va_list ap); void (*info_hide)(Ui*); -- cgit v1.2.3