all repos — fluxbox @ 64bf9a94fe57c629e59846b4d634d734a5267882

custom fork of the fluxbox windowmanager

maximize fix
fluxgen fluxgen
commit

64bf9a94fe57c629e59846b4d634d734a5267882

parent

949f690d866245bfb86240a19afe5c559ce2782b

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/Windowmenu.ccsrc/Windowmenu.cc

@@ -21,7 +21,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // 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 #ifndef _GNU_SOURCE

@@ -29,7 +29,7 @@ #define _GNU_SOURCE

#endif // _GNU_SOURCE #ifdef HAVE_CONFIG_H -#include "../config.h" +#include "config.h" #endif // HAVE_CONFIG_H #include "i18n.hh"

@@ -151,7 +151,7 @@

break; case BScreen::WINDOWMAXIMIZE: - window.maximize((unsigned int) button); + window.maximize(); break; case BScreen::WINDOWCLOSE: