Formatting.

This commit is contained in:
Camilla Berglund 2012-03-28 16:08:55 +02:00
parent a1d5fc039d
commit e4328af790

View File

@ -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;