ui: Implement set_{title,icon}

This commit is contained in:
Thiago de Arruda
2015-01-13 21:19:59 -03:00
parent ea771ac559
commit 8596776bf6
5 changed files with 49 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ struct ui_t {
void (*update_fg)(UI *ui, int fg);
void (*update_bg)(UI *ui, int bg);
void (*suspend)(UI *ui);
void (*set_title)(UI *ui, char *title);
void (*set_icon)(UI *ui, char *icon);
};
#ifdef INCLUDE_GENERATED_DECLARATIONS