aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-16 11:18:22 (GMT)
committersimonb <simonb>2006-04-16 11:18:22 (GMT)
commit553104ee1d53104fa0790a9793a7047c61dd073f (patch)
tree5ccc4968b10f604c05aaa6d3bb13fc206fab8faa /src/FbTk/Menu.hh
parent02aa83a59eb3d9e209449b38808635f9e293a17a (diff)
downloadfluxbox_paul-553104ee1d53104fa0790a9793a7047c61dd073f.zip
fluxbox_paul-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2
fix all compiler warnings with -Wall
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r--src/FbTk/Menu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh
index fceec67..2f098d7 100644
--- a/src/FbTk/Menu.hh
+++ b/src/FbTk/Menu.hh
@@ -207,7 +207,7 @@ private:
207 Menuitems menuitems; 207 Menuitems menuitems;
208 208
209 int m_screen_x, m_screen_y; 209 int m_screen_x, m_screen_y;
210 int m_screen_width, m_screen_height; 210 unsigned int m_screen_width, m_screen_height;
211 bool m_moving; ///< if we're moving/draging or not 211 bool m_moving; ///< if we're moving/draging or not
212 bool m_visible; ///< menu visibility 212 bool m_visible; ///< menu visibility
213 bool m_torn; ///< torn from parent 213 bool m_torn; ///< torn from parent