diff options
Diffstat (limited to 'src/imgmanager.hpp')
-rw-r--r-- | src/imgmanager.hpp | 1 |
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); |