summaryrefslogtreecommitdiff
path: root/src/GLView.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-02-05 05:54:39 (GMT)
committerMarius Kintel <marius@kintel.net>2014-02-05 05:54:39 (GMT)
commit2315524505900916011bd69667746803b702db6e (patch)
tree9012d59c286c5baaae79f7dcfacc672a3ec4b6da /src/GLView.h
parent0f3de6ca8ab02609919fd2a98fce65c6d7b54166 (diff)
Scale axis display on high-DPI displays
Diffstat (limited to 'src/GLView.h')
-rw-r--r--src/GLView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GLView.h b/src/GLView.h
index 165c634..bdd5538 100644
--- a/src/GLView.h
+++ b/src/GLView.h
@@ -54,6 +54,7 @@ public:
virtual bool save(const char *filename) = 0;
virtual std::string getRendererInfo() const = 0;
+ virtual float getDPI() { return 1.0f; }
Renderer *renderer;
Camera cam;
contact: Jan Huwald // Impressum