diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-02 21:00:37 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-02 21:00:37 +0200 |
commit | ab7ab9e52ab87963831f90ab25957d883878654d (patch) | |
tree | 2225a4382497889f43477429d2f6b696ce04bf8f /plugingui/Makefile.mingw32 | |
parent | 1d6833cfcb0b5bf4890fa15b5013d7490af48f69 (diff) |
New ImageCache class for reusing Image resources.
Diffstat (limited to 'plugingui/Makefile.mingw32')
-rw-r--r-- | plugingui/Makefile.mingw32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 9820d1a..98d8f29 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -35,6 +35,7 @@ GUI_SRC = \ filebrowser.cc \ directory.cc \ image.cc \ + imagecache.cc \ combobox.cc \ progressbar.cc \ verticalline.cc \ |