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

Clarified comment.

This commit is contained in:
Camilla Berglund 2012-04-11 23:53:47 +02:00
parent 67b5bb1d45
commit 721e0a7fd0

View File

@ -108,7 +108,7 @@ Atom _glfwWriteSelection(XSelectionRequestEvent* request)
{ {
if (request->target == _glfwLibrary.X11.selection.formats[i]) 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, XChangeProperty(_glfwLibrary.X11.display,
request->requestor, request->requestor,