Transform the file list into text/uri-list format

This commit is contained in:
Robbert van der Helm
2021-07-11 13:20:36 +02:00
parent 6f3beca32a
commit b6fd0405fb
2 changed files with 30 additions and 3 deletions
+3 -2
View File
@@ -221,9 +221,10 @@ class WineXdndProxy {
#pragma GCC diagnostic pop
/**
* The files that are currently being dragged.
* The files that are currently being dragged, stored as in `text/uri-list`
* format (i.e. a list of URIs, separated by line feeds)
*/
boost::container::small_vector<std::string, 4> dragged_file_paths;
std::string dragged_files_uri_list;
/**
* Wine's tracker window for tracking the drag-and-drop operation. Normally