Home
last modified time | relevance | path

Searched refs:atomCount (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/src/
H A Dx11_init.c498 unsigned long atomCount, in getAtomIfSupported()
503 for (unsigned long i = 0; i < atomCount; i++) in getAtomIfSupported()
562 const unsigned long atomCount = in detectEWMH() local
571 getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE"); in detectEWMH()
573 getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE_ABOVE"); in detectEWMH()
575 getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE_FULLSCREEN"); in detectEWMH()
577 getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE_MAXIMIZED_VERT"); in detectEWMH()
579 getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE_MAXIMIZED_HORZ"); in detectEWMH()
581 getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_STATE_DEMANDS_ATTENTION"); in detectEWMH()
583 getAtomIfSupported(supportedAtoms, atomCount, "_NET_WM_FULLSCREEN_MONITOR in detectEWMH()
497 getAtomIfSupported(Atom* supportedAtoms, unsigned long atomCount, const char* atomName) getAtomIfSupported() argument
[all...]

Completed in 2 milliseconds