Searched refs:supportedAtoms (Results 1 - 1 of 1) sorted by relevance
/third_party/glfw/src/ |
H A D | x11_init.c | 497 static Atom getAtomIfSupported(Atom* supportedAtoms, in getAtomIfSupported() argument 505 if (supportedAtoms[i] == atom) in getAtomIfSupported() 561 Atom* supportedAtoms = NULL; in detectEWMH() local 566 (unsigned char**) &supportedAtoms); in detectEWMH() 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, atomCoun in detectEWMH() [all...] |
Completed in 2 milliseconds