fix: Properly detect Windows 10

This commit is contained in:
WerWolv
2025-01-20 21:45:53 +01:00
parent 3a888d48df
commit 242b100aa3
3 changed files with 11 additions and 4 deletions

View File

@@ -924,7 +924,6 @@ namespace hex {
glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE);
glfwWindowHint(GLFW_VISIBLE, GLFW_FALSE);
glfwWindowHint(GLFW_CLIENT_API, GLFW_OPENGL_API);
glfwWindowHint(GLFW_TRANSPARENT_FRAMEBUFFER, GLFW_TRUE);
if (initialWindowProperties.has_value()) {
glfwWindowHint(GLFW_MAXIMIZED, initialWindowProperties->maximized);