From 70eb385609432f849e45bec30a2bb3854b827d2c Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Wed, 21 Mar 2007 02:45:29 +0000 Subject: [PATCH] yes, scaling tolerates portrait mode --- src/tuxpaint.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 2af8de5c9..1e2db4074 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -115,10 +115,6 @@ static unsigned draw_colors(unsigned action); ///////////////////////////////////////////////////////////////////// // hide all scale-related values here - -// FIXME: Does this take into account taller-than-wide canvas sizes? -// (e.g., 768x1024 on a tablet PC in 'portrait' configuration?) -// -bjk 2006.10.26 typedef struct scaleparams { unsigned numer, denom;