Changeset 41162 for trunk/Ohana/src/opihi/lib.data/style_args.c
- Timestamp:
- Nov 27, 2019, 11:09:40 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/style_args.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/style_args.c
r40570 r41162 72 72 } 73 73 74 if ((graphmode[0].style == KAPA_PLOT_POLYGON) || (graphmode[0].style == KAPA_PLOT_POLYFILL)) { 75 if ((N = get_argument (*argc, argv, "-npoint"))) { 76 remove_argument (N, argc, argv); 77 graphmode[0].ptype = atoi (argv[N]); 78 remove_argument (N, argc, argv); 79 } else { 80 gprint (GP_ERR, "polygon & polyfill styles require number of points argument: -npoint N\n"); 81 return FALSE; 82 } 83 } 74 84 return (TRUE); 75 85 }
Note:
See TracChangeset
for help on using the changeset viewer.
