aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-11-27 11:32:58 +0100
committerAnton Khirnov <anton@khirnov.net>2018-11-28 17:33:35 +0100
commit469823efa670590f9847373b772534b393be1d89 (patch)
treee19f218dcca467c77b3705374f9f2d2e6558083b /common.h
parentfe9ca236396f16bc4d22521eee20e71ea5febac2 (diff)
Finish support for 4th order accuracy.
ABI and API break.
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index d030ea4..7ecdf01 100644
--- a/common.h
+++ b/common.h
@@ -34,4 +34,6 @@ static inline int64_t gettime(void)
return (int64_t)tv.tv_sec * 1000000 + tv.tv_usec;
}
+#define FD_STENCIL_MAX 2
+
#endif /* MG2D_COMMON_H */