aboutsummaryrefslogtreecommitdiff
path: root/src/ui/window.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-21 22:22:02 +0800
committercrupest <crupest@outlook.com>2019-03-21 22:22:02 +0800
commit962dc18ee4827b464764ec3708be3d00a9143971 (patch)
tree3eea13894a14a26f2e2de07d3d6bc7789d409864 /src/ui/window.hpp
parentafa2a079562d810e5ef611071b21a3568da9dfca (diff)
downloadcru-962dc18ee4827b464764ec3708be3d00a9143971.tar.gz
cru-962dc18ee4827b464764ec3708be3d00a9143971.tar.bz2
cru-962dc18ee4827b464764ec3708be3d00a9143971.zip
...
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r--src/ui/window.hpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp
index 7a28c257..3e0422b1 100644
--- a/src/ui/window.hpp
+++ b/src/ui/window.hpp
@@ -5,7 +5,7 @@
#include <memory>
#include "system_headers.hpp"
-#include "control.hpp"
+#include "content_control.hpp"
#include "events/ui_event.hpp"
#include "window_class.hpp"
@@ -230,13 +230,6 @@ class Window final : public ContentControl {
bool window_focus_ = false;
Control* focus_control_ = this; // "focus_control_" can't be nullptr
-
Control* mouse_capture_control_ = nullptr;
-
- bool is_layout_invalid_ = false;
-
-#ifdef CRU_DEBUG_LAYOUT
- bool debug_layout_ = false;
-#endif
};
} // namespace cru::ui