Simplified clipboard cache layout.

This commit is contained in:
Camilla Berglund
2012-04-09 15:27:32 +02:00
parent b8676f01db
commit fcd67c69ec
3 changed files with 10 additions and 12 deletions
+2 -4
View File
@@ -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;