maximize fix
This commit is contained in:
parent
949f690d86
commit
64bf9a94fe
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Windowmenu.cc,v 1.22 2002/12/01 13:42:05 rathnor Exp $
|
// $Id: Windowmenu.cc,v 1.23 2003/01/05 22:31:36 fluxgen Exp $
|
||||||
|
|
||||||
//use GNU extensions
|
//use GNU extensions
|
||||||
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
#endif // _GNU_SOURCE
|
#endif // _GNU_SOURCE
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
#endif // HAVE_CONFIG_H
|
#endif // HAVE_CONFIG_H
|
||||||
|
|
||||||
#include "i18n.hh"
|
#include "i18n.hh"
|
||||||
|
@ -151,7 +151,7 @@ void Windowmenu::itemSelected(int button, unsigned int index) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BScreen::WINDOWMAXIMIZE:
|
case BScreen::WINDOWMAXIMIZE:
|
||||||
window.maximize((unsigned int) button);
|
window.maximize();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case BScreen::WINDOWCLOSE:
|
case BScreen::WINDOWCLOSE:
|
||||||
|
|
Loading…
Reference in a new issue