From 721e0a7fd0e3804d7d162235f295bbf54b4f3fc6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 11 Apr 2012 23:53:47 +0200 Subject: [PATCH] Clarified comment. --- src/x11_clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_clipboard.c b/src/x11_clipboard.c index 1b9e1fa3..55259e4f 100644 --- a/src/x11_clipboard.c +++ b/src/x11_clipboard.c @@ -108,7 +108,7 @@ Atom _glfwWriteSelection(XSelectionRequestEvent* request) { if (request->target == _glfwLibrary.X11.selection.formats[i]) { - // The requested format is one we support + // The requested target is one we support XChangeProperty(_glfwLibrary.X11.display, request->requestor,