aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/utils.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-05-10 00:04:04 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-05-10 00:04:04 -0400
commit58a7d8c9cf50d4b2a9ae321684ca9d4ce4504260 (patch)
tree7cc6d38194ce165cf9f8ca0bd13577c2f383fb59 /mapman/src/utils.hpp
parentc2b90e8c89d6477cf52a6b38ca63cb2f15955935 (diff)
downloadmeteor-trashy-addon-58a7d8c9cf50d4b2a9ae321684ca9d4ce4504260.tar.xz
Disable automatic hidpi scaling on maps. Add zoom option.
Diffstat (limited to 'mapman/src/utils.hpp')
-rw-r--r--mapman/src/utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapman/src/utils.hpp b/mapman/src/utils.hpp
index 47df676..76978f2 100644
--- a/mapman/src/utils.hpp
+++ b/mapman/src/utils.hpp
@@ -78,5 +78,5 @@ const rgb_t MAP_COLORS[62] = {
{127, 167, 150}
};
-QPixmap pixmap_of_map_data(const map_data_t &map_data);
+QPixmap pixmap_of_map_data(const map_data_t &map_data, double scaling = 1.);
#endif