Changeset 5386 for trunk/Ohana/src/kii/picture/CursorOps.c
- Timestamp:
- Oct 19, 2005, 9:20:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/picture/CursorOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/picture/CursorOps.c
r2466 r5386 5 5 double expand; 6 6 7 expand = 1.0; 7 8 if (layout[0].expand > 0) { 8 9 expand = 1 / (1.0*layout[0].expand); … … 22 23 23 24 /* notice that here, expand is the reciprocal of the expand above */ 25 expand = 1.0; 24 26 if (layout[0].expand > 0) { 25 27 expand = abs(layout[0].expand);
Note:
See TracChangeset
for help on using the changeset viewer.
