aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/window.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-23 01:37:09 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-23 01:40:47 +0000
commitddd26ed83d3ac0335562f762ced273a1d62bd959 (patch)
treea697de87564846e784fd1256d71c94270d8ec51d /yage/core/window.h
parent0ac42fb77773e15b13f1ede01dd1efd920a8fb9b (diff)
downloadYAGE-ddd26ed83d3ac0335562f762ced273a1d62bd959.tar.gz
YAGE-ddd26ed83d3ac0335562f762ced273a1d62bd959.zip
[Style] Updated style in files.
Diffstat (limited to 'yage/core/window.h')
-rw-r--r--yage/core/window.h6
1 files changed, 3 insertions, 3 deletions
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();