|
|
@ -2097,15 +2097,12 @@ void _glfwSetWindowResizableWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void _glfwSetWindowDecoratedWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
void _glfwSetWindowDecoratedWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
{ |
|
|
|
|
|
|
|
if (!window->monitor) |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
if (enabled) |
|
|
|
if (enabled) |
|
|
|
createDecorations(window); |
|
|
|
createDecorations(window); |
|
|
|
else |
|
|
|
else |
|
|
|
destroyDecorations(window); |
|
|
|
destroyDecorations(window); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void _glfwSetWindowFloatingWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
void _glfwSetWindowFloatingWayland(_GLFWwindow* window, GLFWbool enabled) |
|
|
|
{ |
|
|
|
{ |
|
|
|