diff options
author | James Booth <boothj5@gmail.com> | 2016-09-22 21:42:00 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-09-22 21:42:00 +0100 |
commit | 3983ee1d6be8245901e83d7d06974005000a1721 (patch) | |
tree | 6e02792e4fcf2fb2bac09868ab997c29130f7650 /tests | |
parent | f683a704ad164796ddd1dc6f49ea48098fc39219 (diff) | |
download | profani-tty-3983ee1d6be8245901e83d7d06974005000a1721.tar.gz |
Rename /titlebar -> /wintitle
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index d4c30698..685fa476 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -428,7 +428,7 @@ void cons_encwarn_setting(void) {} void cons_time_setting(void) {} void cons_mouse_setting(void) {} void cons_statuses_setting(void) {} -void cons_titlebar_setting(void) {} +void cons_wintitle_setting(void) {} void cons_notify_setting(void) {} void cons_states_setting(void) {} void cons_outtype_setting(void) {} |