mirror of https://github.com/WerWolv/ImHex.git
impr: Don't auto-scale the framebuffer on Linux
This commit is contained in:
parent
8422965d0b
commit
d7ed311bcf
|
@ -74,6 +74,7 @@ namespace hex {
|
|||
}
|
||||
|
||||
void Window::configureGLFW() {
|
||||
glfwWindowHint(GLFW_SCALE_FRAMEBUFFER, GLFW_FALSE);
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
|
||||
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 0);
|
||||
glfwWindowHint(GLFW_DECORATED, ImHexApi::System::isBorderlessWindowModeEnabled() ? GL_FALSE : GL_TRUE);
|
||||
|
|
Loading…
Reference in New Issue