Added support for MULTIPLE target.

This commit is contained in:
Camilla Berglund
2013-04-29 12:26:25 +02:00
parent 7012d97958
commit 822eb1c986
3 changed files with 53 additions and 0 deletions
+1
View File
@@ -544,6 +544,7 @@ static GLboolean initDisplay(void)
// Find or create standard clipboard atoms
_glfw.x11.TARGETS = XInternAtom(_glfw.x11.display, "TARGETS", False);
_glfw.x11.MULTIPLE = XInternAtom(_glfw.x11.display, "MULTIPLE", False);
_glfw.x11.CLIPBOARD = XInternAtom(_glfw.x11.display, "CLIPBOARD", False);
// Store clipboard format atoms in order of preference