diff options
Diffstat (limited to 'release')
| -rw-r--r-- | release/include/raylib.h | 2 | ||||
| -rw-r--r-- | release/libs/win32/mingw32/libraylib.a | bin | 1101816 -> 1102432 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/release/include/raylib.h b/release/include/raylib.h index dad08ba2..a3fa1311 100644 --- a/release/include/raylib.h +++ b/release/include/raylib.h @@ -92,7 +92,7 @@ #define FLAG_SHOW_LOGO 1 // Set to show raylib logo at startup #define FLAG_FULLSCREEN_MODE 2 // Set to run program in fullscreen #define FLAG_WINDOW_RESIZABLE 4 // Set to allow resizable window -#define FLAG_WINDOW_DECORATED 8 // Set to show window decoration (frame and buttons) +#define FLAG_WINDOW_UNDECORATED 8 // Set to disable window decoration (frame and buttons) #define FLAG_WINDOW_TRANSPARENT 16 // Set to allow transparent window #define FLAG_MSAA_4X_HINT 32 // Set to try enabling MSAA 4X #define FLAG_VSYNC_HINT 64 // Set to try enabling V-Sync on GPU diff --git a/release/libs/win32/mingw32/libraylib.a b/release/libs/win32/mingw32/libraylib.a Binary files differindex 940dc353..45b4f336 100644 --- a/release/libs/win32/mingw32/libraylib.a +++ b/release/libs/win32/mingw32/libraylib.a |
