Changeset 7080 for trunk/Ohana/src/opihi/dvo/images.c
- Timestamp:
- May 5, 2006, 5:44:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/images.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/images.c
r4689 r7080 11 11 Graphdata graphmode; 12 12 char name[256]; 13 int Ngraph;14 13 15 Ngraph = 0; 16 if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE); 14 if (!style_args (&graphmode, &argc, argv, 0)) return FALSE; 17 15 18 16 ByName = FALSE; … … 67 65 return (FALSE); 68 66 } 67 SetGraph (graphmode); 69 68 70 69 if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
