glfw/tests
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
..
clipboard.c Implement access to X11 primary selection for GLFW 2017-08-10 15:16:46 +02:00
CMakeLists.txt Cocoa: Add support for MoltenVK dynamic library 2017-07-10 21:34:02 +02:00
cursor.c Add version directives to GLSL shaders 2016-12-05 14:06:39 +01:00
empty.c Paperwork done 2016-11-30 14:00:41 +01:00
events.c Add glfwGetJoystickHats 2017-03-05 23:20:07 +01:00
gamma.c Update Nuklear to 1.40.0 2017-07-30 16:11:03 +02:00
glfwinfo.c Add glfwInitHint 2017-03-01 04:35:41 +01:00
icon.c Paperwork done 2016-11-30 14:00:41 +01:00
iconify.c Add glfwSetWindowAttrib 2016-12-06 15:59:18 +01:00
joysticks.c Add glfwGetJoystickGUID 2017-07-30 16:15:12 +02:00
monitors.c Paperwork done 2016-11-30 14:00:41 +01:00
msaa.c Add remaining GLSL version directives 2016-12-05 14:16:56 +01:00
reopen.c Add remaining GLSL version directives 2016-12-05 14:16:56 +01:00
sharing.c Add version directives to GLSL shaders 2016-12-05 14:06:39 +01:00
tearing.c Add remaining GLSL version directives 2016-12-05 14:16:56 +01:00
threads.c Paperwork done 2016-11-30 14:00:41 +01:00
timeout.c Paperwork done 2016-11-30 14:00:41 +01:00
title.c Paperwork done 2016-11-30 14:00:41 +01:00
vulkan.c Fix warnings in Vulkan test 2017-07-17 23:16:55 +02:00
windows.c Paperwork done 2016-11-30 14:00:41 +01:00