fixes post imgui update

This commit is contained in:
Green Sky
2025-01-18 14:33:29 +01:00
parent 288d5a8adf
commit 5d779bb36c
6 changed files with 13 additions and 15 deletions

View File

@@ -5,6 +5,7 @@
#include <solanaceae/util/config_model.hpp>
#include "./chat_gui/theme.hpp"
#include "./chat_gui/texture_cache_defs.hpp"
#include "./texture_uploader.hpp"
#include "./texture_cache.hpp"
@@ -22,10 +23,6 @@
#include <mutex>
#include <memory>
using ContactTextureCache = TextureCache<void*, Contact3, ToxAvatarLoader>;
using MessageTextureCache = TextureCache<void*, Message3Handle, MessageImageLoader>;
using BitsetTextureCache = TextureCache<void*, ObjectHandle, BitsetImageLoader>;
class ChatGui4 : public ObjectStoreEventI {
ConfigModelI& _conf;
ObjectStore2& _os;