all widget options structs end in flagword #627

pull/1008/head
nick black 4 years ago
parent bc097a5674
commit 89a4b6f726
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -2932,8 +2932,8 @@ typedef struct ncplot_options {
// resolution, the independent variable would be the range [0..3600): 3600.
// if rangex is 0, it is dynamically set to the number of columns.
int rangex;
uint64_t flags; // bitfield over NCPLOT_OPTION_*
const char* title; // optional, printed by the labels
uint64_t flags; // bitfield over NCPLOT_OPTION_*
} ncplot_options;
// Use the provided plane 'n' for plotting according to the options 'opts'.

Loading…
Cancel
Save