diff options
author | Will Song <incertia9474@gmail.com> | 2015-01-08 10:22:03 -0600 |
---|---|---|
committer | Will Song <incertia9474@gmail.com> | 2015-01-08 10:22:03 -0600 |
commit | 22cc641905fcb6f321653a2826ef588d4cece223 (patch) | |
tree | 95b53cd952f9e1ff5ec7465d6fb9e409343aca4b /tests | |
parent | e57fa1633a6d33583454638d43cc84167a40c19b (diff) | |
download | profani-tty-22cc641905fcb6f321653a2826ef588d4cece223.tar.gz |
add cons_exittitle_setting to tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 16fcdce7..726ff81d 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -433,6 +433,7 @@ void cons_time_setting(void) {} void cons_mouse_setting(void) {} void cons_statuses_setting(void) {} void cons_titlebar_setting(void) {} +void cons_exittitle_setting(void) {} void cons_notify_setting(void) {} void cons_states_setting(void) {} void cons_outtype_setting(void) {} |