mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 14:26:22 +00:00
attention-flag - unittest - stub_ui
This commit is contained in:
@@ -210,6 +210,20 @@ ui_win_unread(int index)
|
|||||||
return 0;
|
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*
|
char*
|
||||||
ui_ask_password(gboolean confirm)
|
ui_ask_password(gboolean confirm)
|
||||||
{
|
{
|
||||||
@@ -828,6 +842,12 @@ void
|
|||||||
cons_show_wins(gboolean unread)
|
cons_show_wins(gboolean unread)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
cons_show_wins_attention()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
cons_show_status(const char* const barejid)
|
cons_show_status(const char* const barejid)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user