mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +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
|
#ifdef DISPLAY_SERVER_WAYLAND
|
||||||
glfwWindowHint( GLFW_ALPHA_BITS, 0 );
|
glfwWindowHint( GLFW_ALPHA_BITS, 0 );
|
||||||
#else
|
#else
|
||||||
glfwWindowHint(GLFW_VISIBLE, 0 );
|
glfwWindowHint( GLFW_VISIBLE, 0 );
|
||||||
#endif
|
#endif
|
||||||
glfwWindowHint( GLFW_CONTEXT_VERSION_MAJOR, 3 );
|
glfwWindowHint( GLFW_CONTEXT_VERSION_MAJOR, 3 );
|
||||||
glfwWindowHint( GLFW_CONTEXT_VERSION_MINOR, 2 );
|
glfwWindowHint( GLFW_CONTEXT_VERSION_MINOR, 2 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user