Skip to content

Commit

Permalink
changed GLFW_WAYLAND_APP_ID, to the correct string name
Browse files Browse the repository at this point in the history
  • Loading branch information
SrS2225a committed Jan 1, 2025
1 parent 4310bbb commit 7bccc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/backends/glfw/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7bccc67

Please sign in to comment.