summaryrefslogtreecommitdiff
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 6960e03e..e3d8b22b 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -67,7 +67,8 @@ struct Impl_Window {
67 uint32_t focusGainedAt; 67 uint32_t focusGainedAt;
68 SDL_Renderer *render; 68 SDL_Renderer *render;
69 iWidget * root; 69 iWidget * root;
70 float pixelRatio; 70 float pixelRatio; /* conversion between points and pixels, e.g., coords, window size */
71 float displayScale; /* DPI-based scaling factor of current display, affects uiScale only */
71 float uiScale; 72 float uiScale;
72 uint32_t frameTime; 73 uint32_t frameTime;
73 double presentTime; 74 double presentTime;