add tox avatar handling + prio png for paste + other fixes and updates

This commit is contained in:
2023-10-14 15:59:32 +02:00
parent e7095a1849
commit c79068c561
12 changed files with 279 additions and 8 deletions

View File

@ -17,6 +17,7 @@
#include "./auto_dirty.hpp"
#include "./media_meta_info_loader.hpp"
#include "./tox_avatar_manager.hpp"
#include "./sdlrenderer_texture_uploader.hpp"
#include "./chat_gui4.hpp"
@ -50,6 +51,7 @@ struct MainScreen final : public Screen {
ToxTransferManager ttm;
MediaMetaInfoLoader mmil;
ToxAvatarManager tam;
SDLRendererTextureUploader sdlrtu;
//OpenGLTextureUploader ogltu;