Renamed ui_switch_win -> ui_focus_win

This commit is contained in:
James Booth
2015-11-02 20:59:36 +00:00
parent 14a81fbbbe
commit 75bce88b8a
6 changed files with 23 additions and 23 deletions

View File

@@ -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) {}