aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ae279f3..32a7f7a 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -341,6 +341,7 @@ public:
341 341
342 void reconfigure(); 342 void reconfigure();
343 void reconfigureTabs(); 343 void reconfigureTabs();
344 void reconfigureStruts();
344 void rereadMenu(); 345 void rereadMenu();
345 void rereadWindowMenu(); 346 void rereadWindowMenu();
346 void shutdown(); 347 void shutdown();
@@ -536,6 +537,7 @@ private:
536 } m_xinerama; 537 } m_xinerama;
537 538
538 std::vector<HeadArea*> m_head_areas; 539 std::vector<HeadArea*> m_head_areas;
540 std::vector<Strut*> m_head_struts;
539 541
540 struct { 542 struct {
541 bool cycling; 543 bool cycling;