diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-05 05:54:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-05 05:54:39 (GMT) |
commit | 2315524505900916011bd69667746803b702db6e (patch) | |
tree | 9012d59c286c5baaae79f7dcfacc672a3ec4b6da /src/GLView.h | |
parent | 0f3de6ca8ab02609919fd2a98fce65c6d7b54166 (diff) |
Scale axis display on high-DPI displays
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 1 |
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; |