Lines Matching refs:Atom
228 static void sendEventToWM(_GLFWwindow* window, Atom type, in sendEventToWM()
540 Atom states[3]; in createNativeWindow()
569 Atom protocols[] = in createNativeWindow()
576 protocols, sizeof(protocols) / sizeof(Atom)); in createNativeWindow()
591 Atom type = _glfw.x11.NET_WM_WINDOW_TYPE_NORMAL; in createNativeWindow()
632 const Atom version = 5; in createNativeWindow()
660 static Atom writeTargetToProperty(const XSelectionRequestEvent* request) in writeTargetToProperty()
663 const Atom formats[] = { _glfw.x11.UTF8_STRING, in writeTargetToProperty()
679 const Atom targets[] = { _glfw.x11.TARGETS, in writeTargetToProperty()
701 Atom* targets; in writeTargetToProperty()
1288 const Atom protocol = event->xclient.data.l[0]; in processEvent()
1506 Atom property, in _glfwGetWindowPropertyX11()
1507 Atom type, in _glfwGetWindowPropertyX11()
1510 Atom actualType; in _glfwGetWindowPropertyX11()
2028 Atom* states; in _glfwPlatformWindowMaximized()
2246 const Atom formats[] = { _glfw.x11.UTF8_STRING, in _glfwPlatformGetClipboardString()