aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
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) {