Fix X11 clipboard compatibility description

This commit is contained in:
Camilla Löwy 2025-08-28 18:56:48 +02:00
parent 5c87937e44
commit 04a67c8267

View File

@ -50,10 +50,11 @@ compositing window manager to un-redirect full screen GLFW windows. If the
running window manager uses compositing but does not support this property then running window manager uses compositing but does not support this property then
additional copying may be performed for each buffer swap of full screen windows. additional copying may be performed for each buffer swap of full screen windows.
GLFW uses the [clipboard manager protocol][ClipboardManager] to push a clipboard GLFW uses the [clipboard manager protocol][ClipboardManager] to keep the
string (i.e. selection) owned by a GLFW window about to be destroyed to the clipboard string availble for the user after the libary has been terminated. If
clipboard manager. If there is no running clipboard manager, the clipboard there is no running clipboard manager and the clipboard contents has been set
string will be unavailable once the window has been destroyed. with @ref glfwSetClipboardString, the clipboard will be emptied when the library
is terminated.
[clipboardManager]: https://www.freedesktop.org/wiki/ClipboardManager/ [clipboardManager]: https://www.freedesktop.org/wiki/ClipboardManager/