Formatting.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent a1d5fc039d
commit e4328af790
  1. 18
      src/x11_platform.h

@ -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…
Cancel
Save