diff options
| author | raysan5 <[email protected]> | 2019-08-27 11:24:04 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2019-08-27 11:24:04 +0200 |
| commit | f565ff018e194bb0ed4501c732ffaace117ba55a (patch) | |
| tree | d12e7cdedee7f53ad5c2c7e5bb08cde5c30feda3 /src/raylib.h | |
| parent | 8241dcf80b1177316d377a6f5e16bdee40692c39 (diff) | |
| download | raylib-f565ff018e194bb0ed4501c732ffaace117ba55a.tar.gz raylib-f565ff018e194bb0ed4501c732ffaace117ba55a.zip | |
REMOVED: FLAG_SHOW_LOGO
raylib logo animation has been removed. That funtionality was very restrictive, not configurable at all and hardly ever used, also, it added a coupling dependency of `core` module with `shapes` and `text` modules.
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 56b1f95e..2e664fba 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -460,7 +460,7 @@ typedef struct VrDeviceInfo { // System config flags // NOTE: Used for bit masks typedef enum { - FLAG_SHOW_LOGO = 1, // Set to show raylib logo at startup + FLAG_RESERVED = 1, // Reserved FLAG_FULLSCREEN_MODE = 2, // Set to run program in fullscreen FLAG_WINDOW_RESIZABLE = 4, // Set to allow resizable window FLAG_WINDOW_UNDECORATED = 8, // Set to disable window decoration (frame and buttons) |
