aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-04-16 15:17:50 +0200
committerAnton Khirnov <anton@khirnov.net>2024-04-16 15:19:46 +0200
commit3054f2d8c4fbd71934864c4d3a70bcf74367df57 (patch)
tree21aa19203e48707b5e5520eebecdbc92ad72bae2 /libmg2d.v
parent52581fdefd8257249768deb837548e9c71eac57e (diff)
mg2d: add MG2DContext.adaptive_step
Unused, for API compatibility with the adaptive step branch.
Diffstat (limited to 'libmg2d.v')
-rw-r--r--libmg2d.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmg2d.v b/libmg2d.v
index 526ba87..4eced76 100644
--- a/libmg2d.v
+++ b/libmg2d.v
@@ -1,4 +1,4 @@
-LIBMG2D_14 {
+LIBMG2D_15 {
global: mg2d_*;
local: *;
};