summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-06-02 21:00:37 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-06-02 21:00:37 +0200
commitab7ab9e52ab87963831f90ab25957d883878654d (patch)
tree2225a4382497889f43477429d2f6b696ce04bf8f /plugin
parent1d6833cfcb0b5bf4890fa15b5013d7490af48f69 (diff)
New ImageCache class for reusing Image resources.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.mingw32.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in
index 16095a8..73a4866 100644
--- a/plugin/Makefile.mingw32.in
+++ b/plugin/Makefile.mingw32.in
@@ -72,6 +72,7 @@ GUI_SRC = \
@top_srcdir@/plugingui/filebrowser.cc \
@top_srcdir@/plugingui/directory.cc \
@top_srcdir@/plugingui/image.cc \
+ @top_srcdir@/plugingui/imagecache.cc \
@top_srcdir@/plugingui/combobox.cc \
@top_srcdir@/plugingui/progressbar.cc \
@top_srcdir@/plugingui/verticalline.cc \