diff options
author | James Booth <boothj5@gmail.com> | 2015-11-02 20:59:36 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-02 20:59:36 +0000 |
commit | 75bce88b8a6abef4d995291e8db3f2ac3013ee4c (patch) | |
tree | 8c6c712ef6f7ebbe7b54ce80b15025f166f2b93f /tests/unittests/ui | |
parent | 14a81fbbbe41c4950e6965897029c85488fc3d3f (diff) | |
download | profani-tty-75bce88b8a6abef4d995291e8db3f2ac3013ee4c.tar.gz |
Renamed ui_switch_win -> ui_focus_win
Diffstat (limited to 'tests/unittests/ui')
-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 d5596ffb..217f315f 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -65,7 +65,7 @@ void ui_close(void) {} void ui_redraw(void) {} void ui_resize(void) {} -void ui_switch_win(ProfWin *win) {} +void ui_focus_win(ProfWin *win) {} #ifdef HAVE_LIBOTR void chatwin_otr_secured(ProfChatWin *chatwin, gboolean trusted) {} |