- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simmosaic_branches/Ohana/src/kapa2/src/Center.c
r21060 r27839 16 16 if (image == NULL) return (TRUE); 17 17 18 image[0].picture.X = X; 19 image[0].picture.Y = Y; 18 // enforce integer center here? 19 image[0].picture.Xc = X; 20 image[0].picture.Yc = Y; 20 21 if ((zoom != 0) && (zoom != -1)) { 21 22 image[0].picture.expand = zoom; 23 image[0].zoom.expand = MIN(image[0].zoom.dx / 5.5, MAX(5, 2*zoom)); 22 24 } 23 25
Note:
See TracChangeset
for help on using the changeset viewer.
