SetWindowProperties /Application and system

void SetWindowProperties(string windowTitle, uint width, uint height, bool windowed, bool vsync, const PIXEL_FORMAT)

Resets window properties.

SetWindowProperties("My Game", 1280, 720, true, true, PF32BIT);

Will only work on desktop environments.