Formatting.

This commit is contained in:
Camilla Berglund
2013-04-29 12:45:18 +02:00
parent ae1532670c
commit 1b34887e10
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ const char* _glfwPlatformGetClipboardString(_GLFWwindow* window)
XConvertSelection(_glfw.x11.display,
_glfw.x11.CLIPBOARD,
formats[i],
_glfw.x11.selection.property,
_glfw.x11.GLFW_SELECTION,
window->x11.handle, CurrentTime);
// XCheckTypedEvent is used instead of XIfEvent in order not to lock