Added caching of X11 NULL atom.

This commit is contained in:
Camilla Berglund
2014-03-09 13:18:58 +01:00
parent 27c5760b0c
commit 98552f1d75
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ static Atom writeTargetToProperty(const XSelectionRequestEvent* request)
XChangeProperty(_glfw.x11.display,
request->requestor,
request->property,
XInternAtom(_glfw.x11.display, "NULL", False),
_glfw.x11._NULL,
32,
PropModeReplace,
NULL,