Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dx11_window.c139 static Bool isSelectionEvent(Display* display, XEvent* event, XPointer pointer) in isSelectionEvent() function
828 while (XCheckIfEvent(_glfw.x11.display, &event, isSelectionEvent, NULL)) in pushSelectionToManager()