X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fif2img.cpp;h=8211d6d3ea7284cbe0932d126d841c2769ef1ad2;hb=29ceda2bc7505f0496e1cb5d1e45b489cafa7891;hp=2547b512de7b9e939ba0c51becd97653ae77ba9f;hpb=03c4bc505de131323cbc70a70bdceda9229269bf;p=ctsim.git diff --git a/src/if2img.cpp b/src/if2img.cpp index 2547b51..8211d6d 100644 --- a/src/if2img.cpp +++ b/src/if2img.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if2img.cpp,v 1.10 2000/07/04 22:21:01 kevin Exp $ +** $Id: if2img.cpp,v 1.12 2000/07/09 08:47:41 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -411,9 +411,9 @@ if2img_main (int argc, char *const argv[]) #endif else if (opt_format == O_FORMAT_DISP) { #if HAVE_SGP - // image_display_scale (im, opt_scale, densmin, densmax); - // cio_kb_getc(); - sgp2_close(sgp2_get_active_win()); + im.displayScaling (opt_scale, densmin, densmax); + cio_kb_getc(); + // sgp2_close(sgp2_get_active_win()); #endif } else