summaryrefslogtreecommitdiff
path: root/documentation/src/wayland.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-05 11:54:55 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-05 11:54:55 +0100
commita52811567ebcd8c9ad96aded3c7581b9cfd78caa (patch)
treeb4d9b90c003bc43b76b56fe90d0cdb544678e8c9 /documentation/src/wayland.dox
parent5ae92f034ac8688bda0d905964eb281f764bf351 (diff)
Wayland: improve DnD of filenames to allow space-containing names
Diffstat (limited to 'documentation/src/wayland.dox')
-rw-r--r--documentation/src/wayland.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index 9ab7583f6..3dfa4d733 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -761,9 +761,10 @@ operations:
FLTK can copy or paste plain UTF-8 text or image data to/from the clipboard. Images are copied to the
clipboard as \c image/bmp mime type. Images in \c image/bmp or \c image/png mime types from the
-clipboard can be pasted to FLTK apps. Files dropped are received as a string with ' ' between
-successive filenames.
+clipboard can be pasted to FLTK apps.
+Files dropped are received one per line with URL-encoded UTF-8 names prepended by
+<tt>file://</tt> (see \ref events_dnd).
\section wayland-egl EGL as support for OpenGL