aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-15 16:32:54 (GMT)
committermarkt <markt>2007-07-15 16:32:54 (GMT)
commit5aecf58d47702e6d12ff1174b03a797b516245b7 (patch)
treef110bca2f57fc838c5e70cb0725276af7548aefd /src/FbTk/Menu.hh
parent857a6d0a6aaafcb453efaa7307194ea1e1387d58 (diff)
downloadfluxbox_paul-5aecf58d47702e6d12ff1174b03a797b516245b7.zip
fluxbox_paul-5aecf58d47702e6d12ff1174b03a797b516245b7.tar.bz2
make sure menus close only when right clicking down and up on the titlebar
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r--src/FbTk/Menu.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh
index 576c9f3..34df40a 100644
--- a/src/FbTk/Menu.hh
+++ b/src/FbTk/Menu.hh
@@ -220,6 +220,7 @@ private:
220 int m_screen_x, m_screen_y; 220 int m_screen_x, m_screen_y;
221 unsigned int m_screen_width, m_screen_height; 221 unsigned int m_screen_width, m_screen_height;
222 bool m_moving; ///< if we're moving/draging or not 222 bool m_moving; ///< if we're moving/draging or not
223 bool m_closing; ///< if we're right clicking on the menu title
223 bool m_visible; ///< menu visibility 224 bool m_visible; ///< menu visibility
224 bool m_torn; ///< torn from parent 225 bool m_torn; ///< torn from parent
225 bool m_internal_menu; ///< whether we should destroy this menu or if it's managed somewhere else 226 bool m_internal_menu; ///< whether we should destroy this menu or if it's managed somewhere else