aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-15 16:33:32 (GMT)
committermarkt <markt>2007-07-15 16:33:32 (GMT)
commit9c843719a37eb3f63276f338bbc7cc227dc4e439 (patch)
tree95b779b3e789e90a1be1ff0d7cc95acf82044269 /src/FbTk/Menu.hh
parent595e3011704ceccbb5f22886f46ab7d05968e07b (diff)
downloadfluxbox-9c843719a37eb3f63276f338bbc7cc227dc4e439.zip
fluxbox-9c843719a37eb3f63276f338bbc7cc227dc4e439.tar.bz2
only close menus when right clicking down and up on 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 8d112ca..06af08d 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