glfw/include
Kristian Nielsen 8e6b7c72f7 Implement access to X11 primary selection for GLFW
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>
2017-08-10 15:16:46 +02:00
..
GLFW Implement access to X11 primary selection for GLFW 2017-08-10 15:16:46 +02:00