1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

attention-flag - unittest - stub_ui

This commit is contained in:
DebXWoody 2021-05-29 21:17:12 +02:00
parent b0a89db1d6
commit b9af7152f9
No known key found for this signature in database
GPG Key ID: CBD1B596579B7FFF

View File

@ -210,6 +210,20 @@ ui_win_unread(int index)
return 0;
}
gboolean
ui_win_has_attention(int index) {
return FALSE;
}
gboolean
win_has_attention(ProfWin* window){
return FALSE;
}
gboolean
win_toggle_attention(ProfWin* window){
return FALSE;
}
char*
ui_ask_password(gboolean confirm)
{
@ -828,6 +842,12 @@ void
cons_show_wins(gboolean unread)
{
}
void
cons_show_wins_attention()
{
}
void
cons_show_status(const char* const barejid)
{