diff options
Diffstat (limited to 'src/win.h')
-rw-r--r-- | src/win.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ struct PuglInternalsImpl { HCURSOR cursor; HDC hdc; PuglSurface* surface; + double scaleFactor; bool flashing; bool mouseTracked; }; |