mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 12:12:16 +00:00
make windows opaque by default
This commit is contained in:
parent
69f6e358e2
commit
ce0e2096b5
@ -279,7 +279,7 @@ void glfwDefaultWindowHints(void)
|
||||
_glfw.hints.framebuffer.redBits = 8;
|
||||
_glfw.hints.framebuffer.greenBits = 8;
|
||||
_glfw.hints.framebuffer.blueBits = 8;
|
||||
_glfw.hints.framebuffer.alphaBits = 8;
|
||||
_glfw.hints.framebuffer.alphaBits = 0;
|
||||
_glfw.hints.framebuffer.depthBits = 24;
|
||||
_glfw.hints.framebuffer.stencilBits = 8;
|
||||
_glfw.hints.framebuffer.doublebuffer = GLFW_TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user