summaryrefslogtreecommitdiff
path: root/plugingui/window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/window.cc')
-rw-r--r--plugingui/window.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugingui/window.cc b/plugingui/window.cc
index 8d56926..7449607 100644
--- a/plugingui/window.cc
+++ b/plugingui/window.cc
@@ -127,6 +127,11 @@ Window* Window::window()
return this;
}
+ImageCache& Window::getImageCache()
+{
+ return image_cache;
+}
+
EventHandler* Window::eventHandler()
{
return eventhandler;