diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-12 23:07:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-12 23:28:39 +0300 |
commit | 81524e1cb634881b7c1629f7030facb308f5f853 (patch) | |
tree | 318f0ef6b48e49cb420760afd5fe2f728e35a309 /src/render/imagegraphics.h | |
parent | 96aaa9f5d56637373fe474b0113b9e6ba083a12a (diff) | |
download | plus-81524e1cb634881b7c1629f7030facb308f5f853.tar.gz plus-81524e1cb634881b7c1629f7030facb308f5f853.tar.bz2 plus-81524e1cb634881b7c1629f7030facb308f5f853.tar.xz plus-81524e1cb634881b7c1629f7030facb308f5f853.zip |
Add option for enable high dpi mode in SDL 2.
Diffstat (limited to 'src/render/imagegraphics.h')
-rw-r--r-- | src/render/imagegraphics.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/imagegraphics.h b/src/render/imagegraphics.h index fde338ec3..2b3e5bd71 100644 --- a/src/render/imagegraphics.h +++ b/src/render/imagegraphics.h @@ -168,7 +168,9 @@ class ImegeGraphics final : public Graphics const int bpp A_UNUSED, const bool fs A_UNUSED, const bool hwaccel A_UNUSED, const bool resize A_UNUSED, - const bool noFrame A_UNUSED) restrict2 override final + const bool noFrame A_UNUSED, + const bool allowHighDPI A_UNUSED) + restrict2 override final { return false; } void drawImage(const Image *const image, |