Updated Multiple copy issues (markdown)

Camilla Löwy 2022-04-06 15:56:13 +02:00
parent ba314478ba
commit 1c794cec8a

@ -32,6 +32,7 @@ Each copy of GLFW has its own connection to the Wayland compositor and events ar
X11 clipboard transfer is an async protocol coordinated via window properties (😱) and clipboard retrieval is implemented via a custom event loop. This does not allow other copies to process events, meaning clipboard transfer between copies would deadlock.
## Wayland clipboard transfer
## Cocoa current directory
By default the current directory is set to the Resources directory of the application bundle at init. The init hint that controls this only affects that copy.