summaryrefslogtreecommitdiff
path: root/src/unittests/render/mockgraphics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/render/mockgraphics.cc')
-rw-r--r--src/unittests/render/mockgraphics.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/unittests/render/mockgraphics.cc b/src/unittests/render/mockgraphics.cc
index b484ad4d1..29aa19af6 100644
--- a/src/unittests/render/mockgraphics.cc
+++ b/src/unittests/render/mockgraphics.cc
@@ -263,9 +263,10 @@ bool MockGraphics::setVideoMode(const int w, const int h,
const bool fs,
const bool hwaccel,
const bool resize,
- const bool noFrame) restrict2
+ const bool noFrame,
+ const bool allowHighDPI) restrict2
{
- setMainFlags(w, h, scale, bpp, fs, hwaccel, resize, noFrame);
+ setMainFlags(w, h, scale, bpp, fs, hwaccel, resize, noFrame, allowHighDPI);
if ((mWindow = graphicsManager.createWindow(w, h, bpp,
getSoftwareFlags())) == nullptr)