From ddd26ed83d3ac0335562f762ced273a1d62bd959 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 23 Dec 2017 01:37:09 +0000 Subject: [Style] Updated style in files. --- yage/core/window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yage/core/window.h') diff --git a/yage/core/window.h b/yage/core/window.h index c350955e..5c16c172 100644 --- a/yage/core/window.h +++ b/yage/core/window.h @@ -23,8 +23,8 @@ namespace yage // window flags that can change it's appearance enum WindowFlags : unsigned { - SHOWN = 0x1, - HIDDEN = 0x2, + SHOWN = 0x1, + HIDDEN = 0x2, FULLSCREEN = 0x4, BORDERLESS = 0x8, }; @@ -39,7 +39,7 @@ private: public: Window(); Window(const Window &) = delete; - Window(Window &&) = delete; + Window(Window &&) = delete; /// destroys the window handle ~Window(); -- cgit