- Timestamp:
- May 18, 2007, 7:24:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/opihi/cmd.data/style.c
r13391 r13432 3 3 int style (int argc, char **argv) { 4 4 5 int kapa; 5 6 Graphdata graphmode; 6 7 7 if (!style_args (&graphmode, &argc, argv, NULL)) return FALSE;8 if (!style_args (&graphmode, &argc, argv, &kapa)) return FALSE; 8 9 9 10 if (argc > 1) { … … 11 12 return (FALSE); 12 13 } 13 SetGraph (graphmode);14 KapaSetGraphStyle (kapa, &graphmode); 14 15 15 16 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
