mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
deprecation cleanup: HB_BUFFER_FLAGS_DEFAULT removed
This commit is contained in:
parent
7946a2840a
commit
8de7e9fdb1
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ test_buffer_properties (fixture_t *fixture, gconstpointer user_data HB_UNUSED)
|
|||
|
||||
/* but not these: */
|
||||
|
||||
g_assert (hb_buffer_get_flags (b) != HB_BUFFER_FLAGS_DEFAULT);
|
||||
g_assert (hb_buffer_get_flags (b) != HB_BUFFER_FLAG_DEFAULT);
|
||||
g_assert (hb_buffer_get_replacement_codepoint (b) != HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT);
|
||||
|
||||
|
||||
|
@ -172,7 +172,7 @@ test_buffer_properties (fixture_t *fixture, gconstpointer user_data HB_UNUSED)
|
|||
g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_INVALID);
|
||||
g_assert (hb_buffer_get_script (b) == HB_SCRIPT_INVALID);
|
||||
g_assert (hb_buffer_get_language (b) == NULL);
|
||||
g_assert (hb_buffer_get_flags (b) == HB_BUFFER_FLAGS_DEFAULT);
|
||||
g_assert (hb_buffer_get_flags (b) == HB_BUFFER_FLAG_DEFAULT);
|
||||
g_assert (hb_buffer_get_replacement_codepoint (b) == HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue