mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 07:45:53 +02:00
Undecorated window support on win/mac/linux.
This commit is contained in:
committed by
Camilla Berglund
parent
2f7cad5765
commit
8e2e7b37a1
@@ -482,6 +482,7 @@ extern "C" {
|
||||
#define GLFW_ICONIFIED 0x00020002
|
||||
#define GLFW_RESIZABLE 0x00022007
|
||||
#define GLFW_VISIBLE 0x00022008
|
||||
#define GLFW_UNDECORATED 0x00022009
|
||||
|
||||
#define GLFW_CONTEXT_REVISION 0x00020004
|
||||
#define GLFW_RED_BITS 0x00021000
|
||||
|
||||
Reference in New Issue
Block a user