aboutsummaryrefslogtreecommitdiff
path: root/src/FbMenu.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-06-03 23:51:11 (GMT)
committermarkt <markt>2007-06-03 23:51:11 (GMT)
commit8f89c86592a27a175f6a104730fa92a81388f4a8 (patch)
treea0358ab1f27c2f0b6d83a0dd4b3bfcd209e84a43 /src/FbMenu.hh
parentc16f838abfbe0808b1b05d6df9abab8a34538c6f (diff)
downloadfluxbox-8f89c86592a27a175f6a104730fa92a81388f4a8.zip
fluxbox-8f89c86592a27a175f6a104730fa92a81388f4a8.tar.bz2
update menu xinerama settings after moving
Diffstat (limited to 'src/FbMenu.hh')
-rw-r--r--src/FbMenu.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbMenu.hh b/src/FbMenu.hh
index cfd49d1..53266bf 100644
--- a/src/FbMenu.hh
+++ b/src/FbMenu.hh
@@ -41,6 +41,7 @@ public:
41 void raise() { m_layeritem.raise(); } 41 void raise() { m_layeritem.raise(); }
42 void lower() { m_layeritem.lower(); } 42 void lower() { m_layeritem.lower(); }
43 void reconfigure(); 43 void reconfigure();
44 void buttonReleaseEvent(XButtonEvent &be);
44private: 45private:
45 FbTk::XLayerItem m_layeritem; 46 FbTk::XLayerItem m_layeritem;
46 std::auto_ptr<Shape> m_shape; 47 std::auto_ptr<Shape> m_shape;