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