mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Transform the file list into text/uri-list format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user