gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/lua-plot-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'agg-plot/lua-plot-priv.h')
-rw-r--r--agg-plot/lua-plot-priv.h 9
1 files changed, 8 insertions, 1 deletions
diff --git a/agg-plot/lua-plot-priv.h b/agg-plot/lua-plot-priv.h
index 915d94bb..aaa07a24 100644
--- a/agg-plot/lua-plot-priv.h
+++ b/agg-plot/lua-plot-priv.h
@@ -25,7 +25,6 @@ struct cmd_call_stack {
struct agg_plot {
CPLOT *plot;
- pthread_mutex_t mutex[1];
int lua_is_owner;
int is_shown;
void *window;
@@ -36,6 +35,7 @@ enum trans_type {
trans_stroke = 0,
trans_curve,
trans_dash,
+ trans_marker,
};
struct property_reg {
@@ -53,11 +53,16 @@ struct dash_spec {
double len[2];
};
+struct marker_spec {
+ double size;
+};
+
struct trans_spec {
enum trans_type tag;
union {
struct stroke_spec stroke;
struct dash_spec dash;
+ struct marker_spec marker;
} content;
};
@@ -67,6 +72,8 @@ extern struct property_reg line_join_properties[];
extern void agg_plot_destroy (struct agg_plot *cp);
extern void update_callback (void *_app);
+extern pthread_mutex_t agg_mutex[1];
+
__END_DECLS
#endif
generated by cgit v1.2.3 (git 2.39.1) at 2025年10月02日 20:26:15 +0000

AltStyle によって変換されたページ (->オリジナル) /