mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 02:01:49 +00:00
Clarified comment.
This commit is contained in:
parent
67b5bb1d45
commit
721e0a7fd0
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user