diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-06 21:37:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-06 21:37:26 +0200 |
commit | d5ed45c25651f04dc3972047d279c8eeb4ca9e51 (patch) | |
tree | c9a424cfca2af7922a981e5e89bf3d24725aadea /plugingui/window.cc | |
parent | 195a3d15e490465b64a19d2f09e8a2d8d81e2b2a (diff) |
New TexturedBox class.
Diffstat (limited to 'plugingui/window.cc')
-rw-r--r-- | plugingui/window.cc | 5 |
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; |