mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-14 17:38:43 +01:00
another format fix
This commit is contained in:
parent
6c6f4264b2
commit
395186ffb0
@ -100,7 +100,7 @@ namespace backend {
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, OPENGL_VERSIONS_MAJOR[i]);
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, OPENGL_VERSIONS_MINOR[i]);
|
||||
#if GLFW_VERSION_MAJOR > 3 || (GLFW_VERSION_MAJOR == 3 && GLFW_VERSION_MINOR >= 4)
|
||||
glfwWindowHintString(GLFW_WAYLAND_APP_ID, "sdrpp");
|
||||
glfwWindowHintString(GLFW_WAYLAND_APP_ID, "sdrpp");
|
||||
#endif
|
||||
|
||||
// Create window with graphics context
|
||||
|
Loading…
x
Reference in New Issue
Block a user