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, 3 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 12c540d3..de0133b1 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -68,6 +68,9 @@ struct Impl_Window {
68 SDL_Renderer *render; 68 SDL_Renderer *render;
69 iInt2 size; 69 iInt2 size;
70 iRoot * roots[2]; /* root widget and UI state; second one is for split mode */ 70 iRoot * roots[2]; /* root widget and UI state; second one is for split mode */
71 iWidget * hover;
72 iWidget * mouseGrab;
73 iWidget * focus;
71 float pixelRatio; /* conversion between points and pixels, e.g., coords, window size */ 74 float pixelRatio; /* conversion between points and pixels, e.g., coords, window size */
72 float displayScale; /* DPI-based scaling factor of current display, affects uiScale only */ 75 float displayScale; /* DPI-based scaling factor of current display, affects uiScale only */
73 float uiScale; 76 float uiScale;