Home
last modified time | relevance | path

Searched refs:XdndDrop (Results 1 – 3 of 3) sorted by relevance

/third_party/glfw/src/
Dx11_platform.h189 Atom XdndDrop; member
Dx11_init.c589 _glfw.x11.XdndDrop = XInternAtom(_glfw.x11.display, "XdndDrop", False); in initExtensions()
Dx11_window.c1317 else if (event->xclient.message_type == _glfw.x11.XdndDrop) in processEvent()