Provide support for storing PNG files on the clipboard (wxMSW)

PNG is a custom clipboard format but images stored in this format are supported by e.g. MS Excel, MS PowerPoint, GIMP (including image transparency).

See #17631.
This commit is contained in:
Artur Wieczorek
2020-12-31 12:14:08 +01:00
parent bf6fee0af9
commit a27a7656ea
4 changed files with 61 additions and 15 deletions

View File

@@ -2153,6 +2153,7 @@ enum wxDataFormatId
wxDF_LOCALE = 16,
wxDF_PRIVATE = 20,
wxDF_HTML = 30, /* Note: does not correspond to CF_ constant */
wxDF_PNG = 31, /* Note: does not correspond to CF_ constant */
wxDF_MAX
};