Merge 7bccc673113041c2a3229fc12d252ec48bbe00e2 into 69bd6b0f3aef54e5676c51d44fd8141f0709d4bc

This commit is contained in:
Nyx 2025-01-01 20:00:21 -05:00 committed by GitHub
commit 8af9d3dc32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,7 @@ namespace backend {
glfwWindowHint(GLFW_CLIENT_API, OPENGL_VERSIONS_IS_ES[i] ? GLFW_OPENGL_ES_API : GLFW_OPENGL_API);
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, OPENGL_VERSIONS_MAJOR[i]);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, OPENGL_VERSIONS_MINOR[i]);
glfwWindowHintString(GLFW_WAYLAND_APP_ID, "sdrpp");
// Create window with graphics context
monitor = glfwGetPrimaryMonitor();