diff options
Diffstat (limited to 'src/win.h')
-rw-r--r-- | src/win.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ struct PuglInternalsImpl { WINDOWPLACEMENT oldPlacement; PAINTSTRUCT paint; PuglBlob clipboard; + char* droppedUris; + size_t droppedUrisLen; PuglSurface* surface; double scaleFactor; bool mapped; |