aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-05 22:31:36 (GMT)
committerfluxgen <fluxgen>2003-01-05 22:31:36 (GMT)
commit64bf9a94fe57c629e59846b4d634d734a5267882 (patch)
tree295644849ffb8644c7fc09e3a869725eb75151ec /src
parent949f690d866245bfb86240a19afe5c559ce2782b (diff)
downloadfluxbox-64bf9a94fe57c629e59846b4d634d734a5267882.zip
fluxbox-64bf9a94fe57c629e59846b4d634d734a5267882.tar.bz2
maximize fix
Diffstat (limited to 'src')
-rw-r--r--src/Windowmenu.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Windowmenu.cc b/src/Windowmenu.cc
index 523ff1b..65655ce 100644
--- a/src/Windowmenu.cc
+++ b/src/Windowmenu.cc
@@ -21,7 +21,7 @@
21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22// DEALINGS IN THE SOFTWARE. 22// DEALINGS IN THE SOFTWARE.
23 23
24// $Id: Windowmenu.cc,v 1.22 2002/12/01 13:42:05 rathnor Exp $ 24// $Id: Windowmenu.cc,v 1.23 2003/01/05 22:31:36 fluxgen Exp $
25 25
26//use GNU extensions 26//use GNU extensions
27#ifndef _GNU_SOURCE 27#ifndef _GNU_SOURCE
@@ -29,7 +29,7 @@
29#endif // _GNU_SOURCE 29#endif // _GNU_SOURCE
30 30
31#ifdef HAVE_CONFIG_H 31#ifdef HAVE_CONFIG_H
32#include "../config.h" 32#include "config.h"
33#endif // HAVE_CONFIG_H 33#endif // HAVE_CONFIG_H
34 34
35#include "i18n.hh" 35#include "i18n.hh"
@@ -151,7 +151,7 @@ void Windowmenu::itemSelected(int button, unsigned int index) {
151 break; 151 break;
152 152
153 case BScreen::WINDOWMAXIMIZE: 153 case BScreen::WINDOWMAXIMIZE:
154 window.maximize((unsigned int) button); 154 window.maximize();
155 break; 155 break;
156 156
157 case BScreen::WINDOWCLOSE: 157 case BScreen::WINDOWCLOSE: