mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Added XDND note to conformance page.
This commit is contained in:
parent
8f349e84ae
commit
313480a09c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue