Home
last modified time | relevance | path

Searched refs:all_monitors (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/glfw/tests/
Diconify.c199 int auto_iconify = GLFW_TRUE, fullscreen = GLFW_FALSE, all_monitors = GLFW_FALSE; in main() local
207 all_monitors = GLFW_TRUE; in main()
235 if (fullscreen && all_monitors) in main()