Skip to content

Commit

Permalink
Remove aspect ratio from pager.
Browse files Browse the repository at this point in the history
  • Loading branch information
domivogt committed Dec 4, 2021
1 parent fac9eb9 commit ff3afd3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/FvwmPager/x_pager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit ff3afd3

Please sign in to comment.