mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Removed support for primary and secondary selections.
This commit is contained in:
+1
-7
@@ -85,12 +85,6 @@
|
||||
#define _GLFW_PLATFORM_LIBRARY_STATE _GLFWlibraryX11 X11
|
||||
#define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextGLX GLX
|
||||
|
||||
// Clipboard atoms
|
||||
#define _GLFW_CLIPBOARD_ATOM_PRIMARY 0
|
||||
#define _GLFW_CLIPBOARD_ATOM_CLIPBOARD 1
|
||||
#define _GLFW_CLIPBOARD_ATOM_SECONDARY 2
|
||||
#define _GLFW_CLIPBOARD_ATOM_COUNT 3
|
||||
|
||||
// String atoms
|
||||
#define _GLFW_STRING_ATOM_UTF8 0
|
||||
#define _GLFW_STRING_ATOM_COMPOUND 1
|
||||
@@ -236,8 +230,8 @@ typedef struct _GLFWlibraryX11
|
||||
|
||||
// Selection data
|
||||
struct {
|
||||
Atom atom;
|
||||
struct {
|
||||
Atom clipboard[_GLFW_CLIPBOARD_ATOM_COUNT];
|
||||
Atom string[_GLFW_STRING_ATOM_COUNT];
|
||||
} atoms;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user