mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 22:34:35 +00:00
Formatting.
This commit is contained in:
parent
a1d5fc039d
commit
e4328af790
@ -236,15 +236,15 @@ typedef struct _GLFWlibraryX11
|
|||||||
|
|
||||||
// Selection data
|
// Selection data
|
||||||
struct {
|
struct {
|
||||||
struct {
|
struct {
|
||||||
Atom clipboard[_GLFW_CLIPBOARD_ATOM_COUNT];
|
Atom clipboard[_GLFW_CLIPBOARD_ATOM_COUNT];
|
||||||
Atom string[_GLFW_STRING_ATOM_COUNT];
|
Atom string[_GLFW_STRING_ATOM_COUNT];
|
||||||
} atoms;
|
} atoms;
|
||||||
struct {
|
struct {
|
||||||
size_t stringlen;
|
size_t stringlen;
|
||||||
char *string;
|
char *string;
|
||||||
} clipboard;
|
} clipboard;
|
||||||
Atom request;
|
Atom request;
|
||||||
int converted;
|
int converted;
|
||||||
} selection;
|
} selection;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user