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; WINDOWPLACEMENT oldPlacement; + PAINTSTRUCT paint; PuglBlob clipboard; PuglSurface* surface; double scaleFactor; |