Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Diconify.c87 glfwSetWindowAttrib(window, GLFW_DECORATED, !glfwGetWindowAttrib(window, GLFW_DECORATED)); in key_callback()
H A Dwindow.c419 int decorated = glfwGetWindowAttrib(window, GLFW_DECORATED); in main()
421 glfwSetWindowAttrib(window, GLFW_DECORATED, decorated); in main()
/third_party/glfw/examples/
H A Dwindows.c47 glfwWindowHint(GLFW_DECORATED, GLFW_FALSE); in main()
/third_party/glfw/src/
H A Dwindow.c352 case GLFW_DECORATED: in glfwWindowHint()
907 case GLFW_DECORATED: in glfwGetWindowAttrib()
964 case GLFW_DECORATED: in glfwSetWindowAttrib()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h626 #define GLFW_DECORATED 0x00020005 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h882 #define GLFW_DECORATED 0x00020005 macro
4118 * The supported attributes are [GLFW_DECORATED](@ref GLFW_DECORATED_attrib),

Completed in 15 milliseconds