mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-15 01:48:43 +01:00
changed GLFW_WAYLAND_APP_ID, to the correct string name
This commit is contained in:
parent
4310bbb1ea
commit
7bccc67311
@ -99,7 +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, "SDR++");
|
||||
glfwWindowHintString(GLFW_WAYLAND_APP_ID, "sdrpp");
|
||||
|
||||
// Create window with graphics context
|
||||
monitor = glfwGetPrimaryMonitor();
|
||||
|
Loading…
x
Reference in New Issue
Block a user