From: Nick Bowler Date: Thu, 29 May 2008 20:46:04 +0000 (-0400) Subject: xaspect: remove redundant 8:5 aspect and add 8:3 instead. X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/d1f3a29400d3aa897bc13d3282e1798f3cd9e082 xaspect: remove redundant 8:5 aspect and add 8:3 instead. --- diff --git a/scripts/C/xaspect.c b/scripts/C/xaspect.c index 0dbc83d..e10f506 100644 --- a/scripts/C/xaspect.c +++ b/scripts/C/xaspect.c @@ -13,7 +13,7 @@ static struct aspect { } aspects[] = { MKASPECT(16, 10), MKASPECT(16, 9), - MKASPECT(8, 5), + MKASPECT(8, 3), MKASPECT(5, 4), MKASPECT(4, 3) };