Searched refs:_glfwGetWindowPropertyX11 (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/glfw/src/ |
D | x11_platform.h | 287 unsigned long _glfwGetWindowPropertyX11(Window window,
|
D | x11_init.c | 384 if (_glfwGetWindowPropertyX11(_glfw.x11.root, in detectEWMH() 398 if (_glfwGetWindowPropertyX11(*windowFromRoot, in detectEWMH() 429 atomCount = _glfwGetWindowPropertyX11(_glfw.x11.root, in detectEWMH()
|
D | x11_window.c | 125 if (_glfwGetWindowPropertyX11(window->x11.handle, in getWindowState() 704 count = _glfwGetWindowPropertyX11(request->requestor, in writeTargetToProperty() 1367 _glfwGetWindowPropertyX11(event->xselection.requestor, in processEvent() 1505 unsigned long _glfwGetWindowPropertyX11(Window window, in _glfwGetWindowPropertyX11() function 1848 if (_glfwGetWindowPropertyX11(window->x11.handle, in _glfwPlatformGetWindowFrameSize() 2032 _glfwGetWindowPropertyX11(window->x11.handle, in _glfwPlatformWindowMaximized() 2279 if (_glfwGetWindowPropertyX11(event.xselection.requestor, in _glfwPlatformGetClipboardString()
|