diff options
Diffstat (limited to 'examples/cairotwisted.c')
-rw-r--r-- | examples/cairotwisted.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cairotwisted.c b/examples/cairotwisted.c index 33d634c9..4da69c80 100644 --- a/examples/cairotwisted.c +++ b/examples/cairotwisted.c @@ -1,4 +1,5 @@ -#include <config.h> +/* example to use pangocairo to render text projected on a path */ + #include <math.h> #include <stdlib.h> #include <pango/pangocairo.h> |