Searched refs:supported_atoms (Results 1 – 2 of 2) sorted by relevance
131 std::vector< ::Atom> supported_atoms; in NativeAppWindowGtk() local134 &supported_atoms)) { in NativeAppWindowGtk()135 if (std::find(supported_atoms.begin(), in NativeAppWindowGtk()136 supported_atoms.end(), in NativeAppWindowGtk()138 supported_atoms.end()) { in NativeAppWindowGtk()
1301 std::vector<Atom> supported_atoms; in IsX11WindowFullScreen() local1304 &supported_atoms)) { in IsX11WindowFullScreen()1307 if (std::find(supported_atoms.begin(), supported_atoms.end(), atom) in IsX11WindowFullScreen()1308 != supported_atoms.end()) { in IsX11WindowFullScreen()