Files
espie a5aec62fc4 kplot is a small graphics plotting library written by kristaps
this version includes small changes to make it suitable for siril

okay op@
2022-08-23 12:14:41 +00:00

18 lines
388 B
Plaintext

Extra glue that siril wants
Index: kplot.h
--- kplot.h.orig
+++ kplot.h
@@ -240,6 +240,12 @@ int kplot_get_datacfg(struct kplot *, size_t,
struct kdatacfg **, size_t *);
struct kplotcfg *kplot_get_plotcfg(struct kplot *);
+/* getters needed for siril for now */
+double get_dimx(void);
+double get_dimy(void);
+double get_offsx(void);
+double get_offsy(void);
+
__END_DECLS