|
@@ -84,6 +84,8 @@ bool Backend::Initialize(const char* name, int width, int height, bool allow_res
|
|
|
glfwWindowHint(GLFW_RESIZABLE, allow_resize ? GLFW_TRUE : GLFW_FALSE);
|
|
glfwWindowHint(GLFW_RESIZABLE, allow_resize ? GLFW_TRUE : GLFW_FALSE);
|
|
|
glfwWindowHint(GLFW_SCALE_TO_MONITOR, GLFW_TRUE);
|
|
glfwWindowHint(GLFW_SCALE_TO_MONITOR, GLFW_TRUE);
|
|
|
GLFWwindow* window = glfwCreateWindow(width, height, name, nullptr, nullptr);
|
|
GLFWwindow* window = glfwCreateWindow(width, height, name, nullptr, nullptr);
|