From 313480a09c5a541c601a4f5aac2770f7ee393835 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 21 Jan 2014 20:54:42 +0100 Subject: [PATCH] Added XDND note to conformance page. --- docs/compat.dox | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/compat.dox b/docs/compat.dox index e14263f6..3dceb193 100644 --- a/docs/compat.dox +++ b/docs/compat.dox @@ -48,6 +48,11 @@ to push a clipboard string (i.e. selection) owned by a GLFW window about to be destroyed to the clipboard manager. If there is no running clipboard manager, the clipboard string will be unavailable once the window has been destroyed. +GLFW uses the +[X drag-and-drop protocol](http://www.freedesktop.org/wiki/Specifications/XDND/) +to provide file drop events. If the application originating the drag does not +support this protocol, drag and drop will not work. + @section compat_glx GLX extensions The GLX API is the default API used to create OpenGL contexts on Unix-like