From 9f58d8d715ad47a395583afa6e04218e30cadbf4 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 3 Nov 2014 19:16:29 +0100 Subject: [PATCH] Added comment. --- src/x11_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_platform.h b/src/x11_platform.h index a69705b3..bed461f7 100644 --- a/src/x11_platform.h +++ b/src/x11_platform.h @@ -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