From a72d604ca0e0f14228b45eaf9091b6c0b4085911 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:50:47 +0000 Subject: [Travis] Rebuilding documentation --- window_8h_source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'window_8h_source.html') diff --git a/window_8h_source.html b/window_8h_source.html index 8de2fede..edfbf65a 100644 --- a/window_8h_source.html +++ b/window_8h_source.html @@ -123,8 +123,8 @@ $(document).ready(function(){initNavTree('window_8h_source.html','');});
23 
24 // window flags that can change it's appearance
25 enum WindowFlags : unsigned {
-
26  SHOWN = 0x1,
-
27  HIDDEN = 0x2,
+
26  SHOWN = 0x1,
+
27  HIDDEN = 0x2,
28  FULLSCREEN = 0x4,
29  BORDERLESS = 0x8,
30 };
@@ -138,7 +138,7 @@ $(document).ready(function(){initNavTree('window_8h_source.html','');});
39 public:
40  Window();
41  Window(const Window &) = delete;
-
42  Window(Window &&) = delete;
+
42  Window(Window &&) = delete;
44  ~Window();
45 
46  Window &operator=(const Window &) = delete;
@@ -179,7 +179,7 @@ $(document).ready(function(){initNavTree('window_8h_source.html','');});