|
|
@ -1106,9 +1106,10 @@ void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
|
|
|
|
|
|
|
|
void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// TODO
|
|
|
|
if (enabled) |
|
|
|
_glfwInputError(GLFW_PLATFORM_ERROR, |
|
|
|
createDecorations(window); |
|
|
|
"Wayland: Window attribute setting not implemented yet"); |
|
|
|
else |
|
|
|
|
|
|
|
destroyDecorations(window); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) |
|
|
|