Lines Matching refs:XInternAtom
501 const Atom atom = XInternAtom(_glfw.x11.display, atomName, False);
914 _glfw.x11.NULL_ = XInternAtom(_glfw.x11.display, "NULL", False);
915 _glfw.x11.UTF8_STRING = XInternAtom(_glfw.x11.display, "UTF8_STRING", False);
916 _glfw.x11.ATOM_PAIR = XInternAtom(_glfw.x11.display, "ATOM_PAIR", False);
920 XInternAtom(_glfw.x11.display, "GLFW_SELECTION", False);
923 _glfw.x11.TARGETS = XInternAtom(_glfw.x11.display, "TARGETS", False);
924 _glfw.x11.MULTIPLE = XInternAtom(_glfw.x11.display, "MULTIPLE", False);
925 _glfw.x11.PRIMARY = XInternAtom(_glfw.x11.display, "PRIMARY", False);
926 _glfw.x11.INCR = XInternAtom(_glfw.x11.display, "INCR", False);
927 _glfw.x11.CLIPBOARD = XInternAtom(_glfw.x11.display, "CLIPBOARD", False);
931 XInternAtom(_glfw.x11.display, "CLIPBOARD_MANAGER", False);
933 XInternAtom(_glfw.x11.display, "SAVE_TARGETS", False);
936 _glfw.x11.XdndAware = XInternAtom(_glfw.x11.display, "XdndAware", False);
937 _glfw.x11.XdndEnter = XInternAtom(_glfw.x11.display, "XdndEnter", False);
938 _glfw.x11.XdndPosition = XInternAtom(_glfw.x11.display, "XdndPosition", False);
939 _glfw.x11.XdndStatus = XInternAtom(_glfw.x11.display, "XdndStatus", False);
940 _glfw.x11.XdndActionCopy = XInternAtom(_glfw.x11.display, "XdndActionCopy", False);
941 _glfw.x11.XdndDrop = XInternAtom(_glfw.x11.display, "XdndDrop", False);
942 _glfw.x11.XdndFinished = XInternAtom(_glfw.x11.display, "XdndFinished", False);
943 _glfw.x11.XdndSelection = XInternAtom(_glfw.x11.display, "XdndSelection", False);
944 _glfw.x11.XdndTypeList = XInternAtom(_glfw.x11.display, "XdndTypeList", False);
945 _glfw.x11.text_uri_list = XInternAtom(_glfw.x11.display, "text/uri-list", False);
951 XInternAtom(_glfw.x11.display, "WM_PROTOCOLS", False);
953 XInternAtom(_glfw.x11.display, "WM_STATE", False);
955 XInternAtom(_glfw.x11.display, "WM_DELETE_WINDOW", False);
957 XInternAtom(_glfw.x11.display, "_NET_SUPPORTED", False);
959 XInternAtom(_glfw.x11.display, "_NET_SUPPORTING_WM_CHECK", False);
961 XInternAtom(_glfw.x11.display, "_NET_WM_ICON", False);
963 XInternAtom(_glfw.x11.display, "_NET_WM_PING", False);
965 XInternAtom(_glfw.x11.display, "_NET_WM_PID", False);
967 XInternAtom(_glfw.x11.display, "_NET_WM_NAME", False);
969 XInternAtom(_glfw.x11.display, "_NET_WM_ICON_NAME", False);
971 XInternAtom(_glfw.x11.display, "_NET_WM_BYPASS_COMPOSITOR", False);
973 XInternAtom(_glfw.x11.display, "_NET_WM_WINDOW_OPACITY", False);
975 XInternAtom(_glfw.x11.display, "_MOTIF_WM_HINTS", False);
981 _glfw.x11.NET_WM_CM_Sx = XInternAtom(_glfw.x11.display, name, False);
1411 _glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XInternAtom");