mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Simplified clipboard cache layout.
This commit is contained in:
+2
-4
@@ -232,10 +232,8 @@ typedef struct _GLFWlibraryX11
|
||||
struct {
|
||||
Atom atom;
|
||||
Atom formats[_GLFW_CLIPBOARD_FORMAT_COUNT];
|
||||
struct {
|
||||
size_t stringlen;
|
||||
char *string;
|
||||
} clipboard;
|
||||
size_t stringLength;
|
||||
char* string;
|
||||
Atom request;
|
||||
int converted;
|
||||
} selection;
|
||||
|
||||
Reference in New Issue
Block a user