Made clipboard string member name consistent.

This commit is contained in:
Camilla Berglund
2014-08-21 21:14:29 +02:00
parent 44c899ce70
commit e5d890a1aa
3 changed files with 18 additions and 20 deletions
+2 -4
View File
@@ -114,6 +114,8 @@ typedef struct _GLFWlibraryX11
Cursor cursor;
XContext context;
char* clipboardString;
// Window manager atoms
Atom WM_PROTOCOLS;
Atom WM_STATE;
@@ -206,10 +208,6 @@ typedef struct _GLFWlibraryX11
int exposure;
} saver;
struct {
char* string;
} selection;
struct {
Window source;
} xdnd;