diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-04 20:36:00 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-04 17:28:40 -0400 |
commit | d21ea13a22b1cab8c9cb604aa3fcd2ca8073befd (patch) | |
tree | 8d79daeb8f4254e319fede8bcc970f80cec83a2a /tests | |
parent | 5112387e2c5d4e298d5781070b2f0749a2f7f005 (diff) | |
download | pango-d21ea13a22b1cab8c9cb604aa3fcd2ca8073befd.tar.gz |
Header cleanup
Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE
defines. All backend-only apis are moved into private
headers, all apis that were engine-only are marked as
deprecated, since engines are.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cxx-test.cpp | 2 | ||||
-rw-r--r-- | tests/test-ot-tags.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/cxx-test.cpp b/tests/cxx-test.cpp index 643bc710..3e4e476e 100644 --- a/tests/cxx-test.cpp +++ b/tests/cxx-test.cpp @@ -1,8 +1,6 @@ /* This test makes sure that all Pango headers can be included * and compiled in a C++ program. */ -#define PANGO_ENABLE_ENGINE -#define PANGO_ENABLE_BACKEND #include <pango/pango.h> diff --git a/tests/test-ot-tags.c b/tests/test-ot-tags.c index 9ae748c1..e4acbfa6 100644 --- a/tests/test-ot-tags.c +++ b/tests/test-ot-tags.c @@ -20,7 +20,7 @@ * Boston, MA 02111-1307, USA. */ -#define PANGO_ENABLE_ENGINE +#undef PANGO_DISABLE_DEPRECATED #include <pango/pango-ot.h> #undef VERBOSE |