mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 20:22:15 +00:00
make windows opaque by default
This commit is contained in:
parent
ea18fc672e
commit
ea736f4a12
@ -277,7 +277,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