diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-31 19:11:22 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-31 19:11:22 +0000 |
commit | 0f4beab5070ce6f7129ca52953eb002ac7f40b93 (patch) | |
tree | 2c3e899ecf0a592cc7ad38fad5a7aea8107e5542 /test/nil-surface.c | |
parent | f25ebec368caa6b88d39a5c42cd48b8459396505 (diff) |
Add call to XSynchronize, (the expected clip-all failure isn't occuring without it for some reason).
Note reason for expected failure.
src/cairo-scaled-font.c: Add an optional text_to_glyphs() virtual function that the backend can implement instead of ucs4_to_index().
Protect inclusion of fontconfig.h with HAVE_FCFINI.
Diffstat (limited to 'test/nil-surface.c')
-rw-r--r-- | test/nil-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nil-surface.c b/test/nil-surface.c index b1e83d4b..ba2a5974 100644 --- a/test/nil-surface.c +++ b/test/nil-surface.c @@ -24,7 +24,7 @@ */ #include "cairo-test.h" -#include <cairo-ft.h> +#include <stddef.h> /* Test to verify fixes for the following similar bugs: * |