mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Cosmetics.
This commit is contained in:
parent
414f467c6e
commit
49bda91be5
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user