- Timestamp:
- May 10, 2007, 5:24:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/close.c
r6686 r13344 24 24 if (IsImage) { 25 25 if (!GetImage (&Source, &Nsource)) return (FALSE); 26 close_image (Nsource);26 // close_image (Nsource); 27 27 } else { 28 28 if (!GetGraph (NULL, &Source, &Nsource)) return (FALSE); 29 close_graph (Nsource);29 // close_graph (Nsource); 30 30 } 31 31
Note:
See TracChangeset
for help on using the changeset viewer.
