diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 06:53:53 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-03-18 06:53:53 (GMT) |
commit | 3a3df518236cd3cd982e952f63a59cc180c23c38 (patch) | |
tree | f28e94dc94031d0d9c8dd587a41a5f8000891a14 /src/ScreenPlacement.hh | |
parent | a53017cc3bad26906b99ac473513a10847c40bc0 (diff) | |
download | fluxbox_pavel-3a3df518236cd3cd982e952f63a59cc180c23c38.zip fluxbox_pavel-3a3df518236cd3cd982e952f63a59cc180c23c38.tar.bz2 |
compiler cosmetic: changed return type of ScreenPlacement::placeAndShowMenu() to void, closes #3204402
Diffstat (limited to 'src/ScreenPlacement.hh')
-rw-r--r-- | src/ScreenPlacement.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScreenPlacement.hh b/src/ScreenPlacement.hh index 7093c9b..0e749d4 100644 --- a/src/ScreenPlacement.hh +++ b/src/ScreenPlacement.hh | |||
@@ -69,7 +69,7 @@ public: | |||
69 | int &place_x, int &place_y); | 69 | int &place_x, int &place_y); |
70 | 70 | ||
71 | // places and show 'menu' at 'x','y' | 71 | // places and show 'menu' at 'x','y' |
72 | bool placeAndShowMenu(FbTk::Menu& menu, int x, int y, bool respect_struts); | 72 | void placeAndShowMenu(FbTk::Menu& menu, int x, int y, bool respect_struts); |
73 | 73 | ||
74 | RowDirection rowDirection() const { return *m_row_direction; } | 74 | RowDirection rowDirection() const { return *m_row_direction; } |
75 | ColumnDirection colDirection() const { return *m_col_direction; } | 75 | ColumnDirection colDirection() const { return *m_col_direction; } |