Added XDND note to conformance page.

This commit is contained in:
Camilla Berglund 2014-01-21 20:54:42 +01:00
parent 8f349e84ae
commit 313480a09c

View File

@ -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, destroyed to the clipboard manager. If there is no running clipboard manager,
the clipboard string will be unavailable once the window has been destroyed. 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 @section compat_glx GLX extensions
The GLX API is the default API used to create OpenGL contexts on Unix-like The GLX API is the default API used to create OpenGL contexts on Unix-like