forked from Green-Sky/tomato
fixes post imgui update
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user