25#ifndef SFML_WINDOWSTYLE_HPP
26#define SFML_WINDOWSTYLE_HPP
@ Default
Default window style.
@ 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
Title bar + resizable border + maximize button.
@ Close
Title bar + close button.