From 9f3ec1bb6314c730f5cb142dfaced65f9aaf719d Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sat, 29 Aug 2020 13:32:08 +0100 Subject: [PATCH] Revert "used_sm: skip setup of maximized windows" This reverts commit cf96e02f661ea55010f6eb436e76d7331d093132. --- fvwm/add_window.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fvwm/add_window.c b/fvwm/add_window.c index ba3e0aebf..c6ea08ac0 100644 --- a/fvwm/add_window.c +++ b/fvwm/add_window.c @@ -2507,16 +2507,10 @@ FvwmWindow *AddWindow( if (state_args.do_max) { SET_MAXIMIZED(fw, 1); -#if 0 - /* TA: 2020-04028: No longer need to perform these - * operations, since the size is already constrained - * on recapture. - */ constrain_size( fw, NULL, &fw->g.max.width, &fw->g.max.height, 0, 0, CS_UPDATE_MAX_DEFECT); get_relative_geometry(fw, &fw->g.frame, &fw->g.max); -#endif } else {