From ff3afd31466f604ee5a3711486d1b1da2ee2b090 Mon Sep 17 00:00:00 2001 From: Dominik Vogt Date: Sat, 4 Dec 2021 10:59:11 +0100 Subject: [PATCH] Remove aspect ratio from pager. --- modules/FvwmPager/x_pager.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/FvwmPager/x_pager.c b/modules/FvwmPager/x_pager.c index 5fd155313..b2f22a62a 100644 --- a/modules/FvwmPager/x_pager.c +++ b/modules/FvwmPager/x_pager.c @@ -701,9 +701,6 @@ void initialize_pager(void) pwindow.height = (VyPages * vHeight * Rows) / Scr.VScale + label_h * Rows + Rows; } - sizehints.flags = (sizehints.flags | PAspect); - sizehints.min_aspect.x = sizehints.max_aspect.x = pwindow.width; - sizehints.min_aspect.y = sizehints.max_aspect.y = pwindow.height; } /* Adjust the window to handle these new sizehints. This is also called * from ReConfigure().