diff options
| author | Ray <[email protected]> | 2018-06-02 18:26:57 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-06-02 18:26:57 +0200 |
| commit | 9688c677de8b56a78175c87f8a18af7c6bcc9d1f (patch) | |
| tree | 075357f53f08d9e378c2f5531306824cfb1dae4b /src/raylib.h | |
| parent | c7d6a44e33b6cbebdce1c3121aa163317f85098a (diff) | |
| download | raylib-9688c677de8b56a78175c87f8a18af7c6bcc9d1f.tar.gz raylib-9688c677de8b56a78175c87f8a18af7c6bcc9d1f.zip | |
Review window creation hints
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index dad08ba2..a3fa1311 100644 --- a/src/raylib.h +++ b/src/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 |
