mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
a5aec62fc4
this version includes small changes to make it suitable for siril okay op@
18 lines
388 B
Plaintext
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
|
|
|