Function OSSingleton.windowBorderless
If true, removes the window frame.
Note: Setting window_borderless to false disables per-pixel transparency.
bool windowBorderless() nothrow @property @nogc;
void windowBorderless
(
bool v
) nothrow @property @nogc;