mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +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> |
||
---|---|---|
.. | ||
glfw3.h | ||
glfw3native.h |