1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Added comment.

This commit is contained in:
Camilla Berglund 2014-11-03 19:16:29 +01:00
parent 1285e07f1b
commit 9f58d8d715

View File

@ -115,7 +115,7 @@ typedef struct _GLFWlibraryX11
GLboolean hasEWMH;
// Most recent error code received by X error handler
int errorCode;
// Clipboard string (while the selection is owned)
char* clipboardString;
// LUT for mapping X11 key codes to GLFW key codes