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