aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/desktop/Window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop/Window.hpp')
-rw-r--r--src/desktop/Window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop/Window.hpp b/src/desktop/Window.hpp
index efccb41c..6bff095c 100644
--- a/src/desktop/Window.hpp
+++ b/src/desktop/Window.hpp
@@ -261,7 +261,7 @@ class CWindow {
// this is used for pseudotiling
bool m_bIsPseudotiled = false;
- Vector2D m_vPseudoSize = Vector2D(0, 0);
+ Vector2D m_vPseudoSize = Vector2D(1280, 720);
bool m_bFirstMap = false; // for layouts
bool m_bIsFloating = false;