summaryrefslogtreecommitdiff
path: root/README.Wayland.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-24 16:56:25 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-24 16:56:25 +0100
commit9f9e584919aefbd1f9911c22e6d72308d81785a2 (patch)
tree633f08834bab5396602b13b6d31f352c9921cd11 /README.Wayland.txt
parente918d94b6791e81438233e7672ad0b2223c57dc8 (diff)
Wayland Fl_Copy_Surface and Fl::copy() issues (#707) - cont'd
Diffstat (limited to 'README.Wayland.txt')
-rw-r--r--README.Wayland.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index 98efcd5cd..c755a656a 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -96,6 +96,12 @@ a minimized window has no effect.
it's currently not possible for an app to be notified of changes to the content of
the system clipboard, that is, Fl::add_clipboard_notify() has no effect.
+* Copying data to the clipboard is best done when the app has focus. Any copy operation
+performed when the app not yet got the focus does not change the clipboard. A copy operation
+performed when the app has lost the focus is successful only if the type of the copied
+data, that is text or image, is the same as the last data type copied when the app had
+the focus.
+
* Narrow windows with a titlebar are silently forced to be wide enough
for the titlebar to display window buttons and a few letters of the title.