|
|
@ -2142,9 +2142,8 @@ void _glfwSetWindowDecoratedWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
|
|
|
|
|
|
|
|
void _glfwSetWindowFloatingWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
void _glfwSetWindowFloatingWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// TODO
|
|
|
|
_glfwInputError(GLFW_FEATURE_UNAVAILABLE, |
|
|
|
_glfwInputError(GLFW_FEATURE_UNIMPLEMENTED, |
|
|
|
"Wayland: Platform does not support making a window floating"); |
|
|
|
"Wayland: Window attribute setting not implemented yet"); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void _glfwSetWindowMousePassthroughWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
void _glfwSetWindowMousePassthroughWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|