Renamed win_current_get_recipient -> ui_current_win_recipient

This commit is contained in:
James Booth
2013-04-21 18:47:37 +01:00
parent bf740d9997
commit 954c9ededc
4 changed files with 28 additions and 28 deletions

View File

@@ -87,7 +87,7 @@ void title_bar_draw(void);
void ui_close_current(void);
void ui_clear_current(void);
win_type_t ui_current_win_type(void);
char* win_current_get_recipient(void);
char* ui_current_win_recipient(void);
void win_current_show(const char * const msg, ...);
void win_current_bad_show(const char * const msg);
void win_current_page_off(void);