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 4558724..c0ca4e3 100644
--- a/ui.h
+++ b/ui.h
@@ -128,8 +128,8 @@ void ui_window_swap(Win *, Win *);
bool ui_getkey(Ui *, TermKeyKey *);
bool ui_style_define(Win *win, int id, const char *style);
-bool ui_window_style_set_pos(Win *win, int x, int y, enum UiStyle id);
-void ui_window_style_set(Ui *ui, int win_id, Cell *cell, enum UiStyle id);
+void ui_window_style_set(Ui *ui, int win_id, Cell *cell, enum UiStyle id, bool keep_non_default);
+bool ui_window_style_set_pos(Win *win, int x, int y, enum UiStyle id, bool keep_non_default);
void ui_window_options_set(Win *win, enum UiOption options);
void ui_window_status(Win *win, const char *status);