summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/cachingimagemanager.hpp
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-30 17:05:49 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-30 17:05:49 +1000
commit95bf6e3f52e539e4883d30beed5b9044c39c0127 (patch)
treecdc13d20a10ca6e7272a162564ae3c7be6855774 /plugin/src/Caelestia/cachingimagemanager.hpp
parentplugin/cim: respect image fill mode (diff)
downloadcaelestia-shell-95bf6e3f52e539e4883d30beed5b9044c39c0127.tar.gz
caelestia-shell-95bf6e3f52e539e4883d30beed5b9044c39c0127.tar.bz2
caelestia-shell-95bf6e3f52e539e4883d30beed5b9044c39c0127.zip
plugin/cim: fix cache path
Different cache paths for different fill modes
Diffstat (limited to 'plugin/src/Caelestia/cachingimagemanager.hpp')
-rw-r--r--plugin/src/Caelestia/cachingimagemanager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/cachingimagemanager.hpp b/plugin/src/Caelestia/cachingimagemanager.hpp
index b9bfb7f..ddb14d0 100644
--- a/plugin/src/Caelestia/cachingimagemanager.hpp
+++ b/plugin/src/Caelestia/cachingimagemanager.hpp
@@ -55,6 +55,6 @@ private:
[[nodiscard]] int effectiveWidth() const;
[[nodiscard]] int effectiveHeight() const;
- void createCache(const QString& path, const QString& cache, const QSize& size) const;
+ void createCache(const QString& path, const QString& cache, const QString& fillMode, const QSize& size) const;
[[nodiscard]] QString sha256sum(const QString& path) const;
};