diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-03 18:00:44 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-03 18:00:44 +0100 |
| commit | b438d448fbe721ab8d8d24d34373c6ee8c1728e1 (patch) | |
| tree | fdb1255c36e6eb2ab54e1abe34258135606805d4 /documentation/src | |
| parent | 77c68773746a2f5db714d6bf3d66b184f8a9cb9e (diff) | |
Remove unused variable declaration + fix in wayland.dox
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/wayland.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index a9d5e4a32..9ab7583f6 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -761,7 +761,7 @@ 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 '\\n' between +clipboard can be pasted to FLTK apps. Files dropped are received as a string with ' ' between successive filenames. |
