mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-27 12:57:50 +02:00
Fix build on Debian 10
This commit is contained in:
@ -139,7 +139,9 @@ int sdrpp_main() {
|
||||
glfwMaximizeWindow(window);
|
||||
}
|
||||
|
||||
#if (GLFW_VERSION_MINOR == 3) && (GLFW_VERSION_MINOR >= 2)
|
||||
glfwSetWindowMaximizeCallback(window, maximized_callback);
|
||||
#endif
|
||||
|
||||
// Load app icon
|
||||
GLFWimage icons[10];
|
||||
@ -300,4 +302,4 @@ int sdrpp_main() {
|
||||
glfwTerminate();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user