Cosmetics.

This commit is contained in:
Bartosz Taudul 2022-08-20 01:45:55 +02:00
parent 414f467c6e
commit 49bda91be5
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -53,7 +53,7 @@ Backend::Backend( const char* title, std::function<void()> redraw, RunQueue* mai
#ifdef DISPLAY_SERVER_WAYLAND
glfwWindowHint( GLFW_ALPHA_BITS, 0 );
#else
glfwWindowHint(GLFW_VISIBLE, 0 );
glfwWindowHint( GLFW_VISIBLE, 0 );
#endif
glfwWindowHint( GLFW_CONTEXT_VERSION_MAJOR, 3 );
glfwWindowHint( GLFW_CONTEXT_VERSION_MINOR, 2 );