aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-08-15 17:38:41 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-08-15 17:38:41 (GMT)
commit1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29 (patch)
treee69620e1f7e0a3c2173b71e7675b22b9fbf79d06 /src/Ewmh.cc
parent1056474e1d2b6a437051a9ef6eb450df599998c8 (diff)
downloadfluxbox-1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29.zip
fluxbox-1d8dfcdf9ad5405f4eef18dc009ce8cfe6d27f29.tar.bz2
cosmetic api change
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index 3453b7e..5db7478 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -1389,7 +1389,7 @@ void Ewmh::updateActions(FluxboxWindow &win) {
1389 actions.push_back(m_net->wm_action_minimize); 1389 actions.push_back(m_net->wm_action_minimize);
1390 1390
1391 unsigned int max_width, max_height; 1391 unsigned int max_width, max_height;
1392 win.maxSize(max_width, max_height); 1392 win.getMaxSize(&max_width, &max_height);
1393 1393
1394 // if unlimited max width we can maximize horizontal 1394 // if unlimited max width we can maximize horizontal
1395 if (max_width == 0) { 1395 if (max_width == 0) {