aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-01-16 11:12:56 +0100
committerAnton Khirnov <anton@khirnov.net>2019-01-16 11:13:50 +0100
commit37acb9a97cd3ff034f529b78739f93707877855c (patch)
tree29c49ec9de3ffbdd0de742fc3bcb00ae720d701f /libmg2d.v
parentd605be98a5ce957ed36a17182caec20e32132326 (diff)
mg2d: add a context variable to control the log level
Simpler to use than overriding the log callback. API bump.
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 ec37512..96151a5 100644
--- a/libmg2d.v
+++ b/libmg2d.v
@@ -1,4 +1,4 @@
-LIBMG2D_4 {
+LIBMG2D_5 {
global: mg2d_*;
local: *;
};