small ui refactor + forwarding files

This commit is contained in:
2023-08-06 16:07:50 +02:00
parent 7a7b55bebf
commit 5bfc429450
3 changed files with 45 additions and 16 deletions

View File

@ -48,9 +48,9 @@ class ChatGui4 {
void renderMessageExtra(Message3Registry& reg, const Message3 e);
void renderContactList(void);
bool renderContactListContactBig(const Contact3 c);
bool renderContactListContactSmall(const Contact3 c);
bool renderSubContactListContact(const Contact3 c);
bool renderContactListContactBig(const Contact3 c, const bool selected);
bool renderContactListContactSmall(const Contact3 c, const bool selected) const;
bool renderSubContactListContact(const Contact3 c, const bool selected) const;
};