mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-30 16:38:11 +01:00 
			
		
		
		
	fix formatting
This commit is contained in:
		| @@ -99,9 +99,9 @@ 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]); | ||||
|              #if GLFW_VERSION_MAJOR > 3 || (GLFW_VERSION_MAJOR == 3 && GLFW_VERSION_MINOR >= 4) | ||||
|     #if GLFW_VERSION_MAJOR > 3 || (GLFW_VERSION_MAJOR == 3 && GLFW_VERSION_MINOR >= 4) | ||||
|                 glfwWindowHintString(GLFW_WAYLAND_APP_ID, "sdrpp"); | ||||
|             #endif | ||||
|     #endif | ||||
|              | ||||
|             // Create window with graphics context | ||||
|             monitor = glfwGetPrimaryMonitor(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user