aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenPlacement.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-18 06:53:53 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-18 06:53:53 (GMT)
commit3a3df518236cd3cd982e952f63a59cc180c23c38 (patch)
treef28e94dc94031d0d9c8dd587a41a5f8000891a14 /src/ScreenPlacement.cc
parenta53017cc3bad26906b99ac473513a10847c40bc0 (diff)
downloadfluxbox-3a3df518236cd3cd982e952f63a59cc180c23c38.zip
fluxbox-3a3df518236cd3cd982e952f63a59cc180c23c38.tar.bz2
compiler cosmetic: changed return type of ScreenPlacement::placeAndShowMenu() to void, closes #3204402
Diffstat (limited to 'src/ScreenPlacement.cc')
-rw-r--r--src/ScreenPlacement.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScreenPlacement.cc b/src/ScreenPlacement.cc
index 46ff718..1da1700 100644
--- a/src/ScreenPlacement.cc
+++ b/src/ScreenPlacement.cc
@@ -131,7 +131,7 @@ bool ScreenPlacement::placeWindow(const FluxboxWindow &win, int head,
131 return true; 131 return true;
132} 132}
133 133
134bool ScreenPlacement::placeAndShowMenu(FbTk::Menu& menu, int x, int y, bool respect_struts) { 134void ScreenPlacement::placeAndShowMenu(FbTk::Menu& menu, int x, int y, bool respect_struts) {
135 135
136 int head = m_screen.getHead(x, y); 136 int head = m_screen.getHead(x, y);
137 137