Lines Matching defs:enabled
2617 void _glfwSetWindowResizableX11(_GLFWwindow* window, GLFWbool enabled)
2624 void _glfwSetWindowDecoratedX11(_GLFWwindow* window, GLFWbool enabled)
2636 hints.decorations = enabled ? MWM_DECOR_ALL : 0;
2646 void _glfwSetWindowFloatingX11(_GLFWwindow* window, GLFWbool enabled)
2653 const long action = enabled ? _NET_WM_STATE_ADD : _NET_WM_STATE_REMOVE;
2672 if (enabled)
2713 void _glfwSetWindowMousePassthroughX11(_GLFWwindow* window, GLFWbool enabled)
2718 if (enabled)
2763 void _glfwSetRawMouseMotionX11(_GLFWwindow *window, GLFWbool enabled)
2771 if (enabled)