diff options
Diffstat (limited to 'src/Xinerama.hh')
-rw-r--r-- | src/Xinerama.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Xinerama.hh b/src/Xinerama.hh index 1cc15aa..f57c584 100644 --- a/src/Xinerama.hh +++ b/src/Xinerama.hh | |||
@@ -48,9 +48,9 @@ public: | |||
48 | FbTk::MenuItem(label), m_object(object), m_headnum(headnum) {} | 48 | FbTk::MenuItem(label), m_object(object), m_headnum(headnum) {} |
49 | 49 | ||
50 | bool isEnabled() const { return m_object.getOnHead() != m_headnum; } | 50 | bool isEnabled() const { return m_object.getOnHead() != m_headnum; } |
51 | void click(int button, int time) { | 51 | void click(int button, int time, unsigned int mods) { |
52 | m_object.saveOnHead(m_headnum); | 52 | m_object.saveOnHead(m_headnum); |
53 | FbTk::MenuItem::click(button, time); | 53 | FbTk::MenuItem::click(button, time, mods); |
54 | } | 54 | } |
55 | 55 | ||
56 | private: | 56 | private: |