summaryrefslogtreecommitdiff
path: root/src/user_interface.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/user_interface.hh')
-rw-r--r--src/user_interface.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/user_interface.hh b/src/user_interface.hh
index 3181019b..fdd03994 100644
--- a/src/user_interface.hh
+++ b/src/user_interface.hh
@@ -28,13 +28,13 @@ public:
virtual ~UserInterface() {}
virtual void menu_show(memoryview<String> choices,
- CharCoord anchor, ColorPair fg, ColorPair bg,
+ CharCoord anchor, Face fg, Face bg,
MenuStyle style) = 0;
virtual void menu_select(int selected) = 0;
virtual void menu_hide() = 0;
virtual void info_show(StringView title, StringView content,
- CharCoord anchor, ColorPair colors,
+ CharCoord anchor, Face face,
MenuStyle style) = 0;
virtual void info_hide() = 0;