|
|
@ -1905,6 +1905,8 @@ void TakeScreenshot(const char *fileName) |
|
|
|
// To configure window states after creation, just use SetWindowState() |
|
|
|
void SetConfigFlags(unsigned int flags) |
|
|
|
{ |
|
|
|
if (CORE.Window.ready) TRACELOG(LOG_WARNING, "WINDOW: SetConfigFlags called after window initialization, Use \"SetWindowState\" to set flags instead"); |
|
|
|
|
|
|
|
// Selected flags are set but not evaluated at this point, |
|
|
|
// flag evaluation happens at InitWindow() or SetWindowState() |
|
|
|
CORE.Window.flags |= flags; |
|
|
|