about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 20:59:36 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 20:59:36 +0000
commit75bce88b8a6abef4d995291e8db3f2ac3013ee4c (patch)
tree8c6c712ef6f7ebbe7b54ce80b15025f166f2b93f /src/ui/ui.h
parent14a81fbbbe41c4950e6965897029c85488fc3d3f (diff)
downloadprofani-tty-75bce88b8a6abef4d995291e8db3f2ac3013ee4c.tar.gz
Renamed ui_switch_win -> ui_focus_win
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 3da97e22..fd9072f3 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -63,7 +63,7 @@ void ui_update(void);
 void ui_close(void);
 void ui_redraw(void);
 void ui_resize(void);
-void ui_switch_win(ProfWin *window);
+void ui_focus_win(ProfWin *window);
 void ui_sigwinch_handler(int sig);
 void ui_handle_otr_error(const char *const barejid, const char *const message);
 unsigned long ui_get_idle_time(void);