summaryrefslogtreecommitdiff
path: root/src/imgmanager.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-03-09 23:28:10 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2023-03-09 23:28:10 -0500
commite06e574206990c5d0a57d526214f9bf482120412 (patch)
tree6d77ef3b479152b761a8607abeaf2abfd33e197b /src/imgmanager.hpp
parent816f1a01ecc3155ad410d1ff34510b558e2d8cbf (diff)
downloadabaddon-portaudio-e06e574206990c5d0a57d526214f9bf482120412.tar.gz
abaddon-portaudio-e06e574206990c5d0a57d526214f9bf482120412.zip
add user avatars to notifications
Diffstat (limited to 'src/imgmanager.hpp')
-rw-r--r--src/imgmanager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imgmanager.hpp b/src/imgmanager.hpp
index 3bc0f4e..2eeb756 100644
--- a/src/imgmanager.hpp
+++ b/src/imgmanager.hpp
@@ -18,6 +18,7 @@ public:
void LoadAnimationFromURL(const std::string &url, int w, int h, const callback_anim_type &cb);
void Prefetch(const std::string &url);
Glib::RefPtr<Gdk::Pixbuf> GetPlaceholder(int size);
+ Cache &GetCache();
private:
static Glib::RefPtr<Gdk::Pixbuf> ReadFileToPixbuf(std::string path);