diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index a503285..f0dbcc6 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -406,6 +406,7 @@ public: | |||
406 | int numHeads() const { return m_xinerama_num_heads; } | 406 | int numHeads() const { return m_xinerama_num_heads; } |
407 | 407 | ||
408 | void initXinerama(); | 408 | void initXinerama(); |
409 | void clearHeads(); | ||
409 | /** | 410 | /** |
410 | * Determines head number for a position | 411 | * Determines head number for a position |
411 | * @param x position in pixels on the screen | 412 | * @param x position in pixels on the screen |
@@ -590,7 +591,7 @@ private: | |||
590 | int m_xinerama_num_heads; | 591 | int m_xinerama_num_heads; |
591 | int m_xinerama_center_x, m_xinerama_center_y; | 592 | int m_xinerama_center_x, m_xinerama_center_y; |
592 | 593 | ||
593 | HeadArea *m_head_areas; | 594 | std::vector<HeadArea *> m_head_areas; |
594 | 595 | ||
595 | struct XineramaHeadInfo { | 596 | struct XineramaHeadInfo { |
596 | int x, y, width, height; | 597 | int x, y, width, height; |