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.
This commit is contained in:
parent
8241dcf80b
commit
f565ff018e
2 changed files with 1 additions and 133 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue