summaryrefslogtreecommitdiff
path: root/dgl/Window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dgl/Window.hpp')
-rw-r--r--dgl/Window.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dgl/Window.hpp b/dgl/Window.hpp
index b202f041..fab14725 100644
--- a/dgl/Window.hpp
+++ b/dgl/Window.hpp
@@ -111,6 +111,9 @@ public:
void setTransientWinId(uintptr_t winId);
+ double getScaling() const noexcept;
+ void setScaling(double scaling) noexcept;
+
Application& getApp() const noexcept;
intptr_t getWindowId() const noexcept;