mirror of
https://github.com/glfw/glfw.git
synced 2025-12-21 14:42:06 +00:00
New X11 native functions glfwSetX11SelectionString() and glfwGetX11SelectionString() are added under GLFW_EXPOSE_NATIVE_X11. They are similar to glfwSetClipboardString() and glfwGetClipboardString(). Primary selection is widely used in X11, and so seems important to support. This patch fixes issue #894 which requests access to primary selection. Primary selection is mostly an X11-specific thing, hence exposed as an X11 native interface. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org> |
||
|---|---|---|
| .. | ||
| clipboard.c | ||
| CMakeLists.txt | ||
| cursor.c | ||
| empty.c | ||
| events.c | ||
| gamma.c | ||
| glfwinfo.c | ||
| icon.c | ||
| iconify.c | ||
| joysticks.c | ||
| monitors.c | ||
| msaa.c | ||
| reopen.c | ||
| sharing.c | ||
| tearing.c | ||
| threads.c | ||
| timeout.c | ||
| title.c | ||
| vulkan.c | ||
| windows.c | ||