summaryrefslogtreecommitdiff
path: root/src/imgmanager.hpp
diff options
context:
space:
mode:
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);