25#ifndef SFML_WINDOWSTYLE_HPP
26#define SFML_WINDOWSTYLE_HPP
Enumeration of window creation styles.
@ Fullscreen
Fullscreen mode (this flag and all others are mutually exclusive).
@ None
No border / title bar (this flag and all others are mutually exclusive).
@ Titlebar
Title bar + fixed border.
@ Resize
Titlebar + resizable border + maximize button.
@ Close
Titlebar + close button.