Home
last modified time | relevance | path

Searched refs:XdndActionCopy (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.h118 Atom XdndActionCopy; member
DSDL_x11events.c911 Atom act= videodata->XdndActionCopy; in X11_DispatchEvent()
930 m.data.l[4] = videodata->XdndActionCopy; /* we only accept copying anyway */ in X11_DispatchEvent()
1298 m.data.l[2] = videodata->XdndActionCopy; in X11_DispatchEvent()
DSDL_x11video.c480 GET_ATOM(XdndActionCopy); in X11_VideoInit()
/third_party/flutter/glfw/src/
Dx11_platform.h188 Atom XdndActionCopy; member
Dx11_init.c588 _glfw.x11.XdndActionCopy = XInternAtom(_glfw.x11.display, "XdndActionCopy", False); in initExtensions()
Dx11_window.c1350 reply.xclient.data.l[4] = _glfw.x11.XdndActionCopy; in processEvent()
1395 reply.xclient.data.l[2] = _glfw.x11.XdndActionCopy; in processEvent()