X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fctsim.h;h=e1055babb1c7872eec19c942ea61c90ca201ab21;hb=23f5654dacb1952c15bda92c2606fae3a55e48ad;hp=31d02a4fdd4fd3e5d225b6ba6d441b0343d560e8;hpb=9a334e5884e2e6d42afc43ac0d3d64d5fb340101;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index 31d02a4..e1055ba 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.20 2001/01/03 22:00:46 kevin Exp $ +** $Id: ctsim.h,v 1.21 2001/01/04 21:28: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 @@ -163,7 +163,6 @@ enum { MAINMENU_FILE_EXIT, IFMENU_FILE_PROPERTIES, - PHMMENU_FILE_PROPERTIES, PJMENU_FILE_PROPERTIES, PJMENU_RECONSTRUCT_FBP, @@ -179,6 +178,7 @@ enum { IFMENU_VIEW_SCALE_AUTO, IFMENU_VIEW_SCALE_MINMAX, + IFMENU_VIEW_SCALE_FULL, IFMENU_COMPARE_IMAGES, IFMENU_COMPARE_ROW, @@ -203,11 +203,13 @@ enum { IFMENU_FILTER_SHUFFLENATURALTOFOURIERORDER, IFMENU_FILTER_SHUFFLEFOURIERTONATURALORDER, + PHMMENU_FILE_PROPERTIES, PHMMENU_PROCESS_RASTERIZE, PHMMENU_PROCESS_PROJECTIONS, PLOTMENU_VIEW_SCALE_MINMAX, PLOTMENU_VIEW_SCALE_AUTO, + PLOTMENU_VIEW_SCALE_FULL, MAINMENU_WINDOW_BASE, };