mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Made clipboard string member name consistent.
This commit is contained in:
+2
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user