Declare _cairo_path_nil as extern.

This commit is contained in:
Billy Biggs 2005-08-08 18:36:56 +00:00
parent 53444c286e
commit 1278ade229
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-08-08 Billy Biggs <vektor@dumbterm.net>
* src/cairo-path-data-private.h: Declare _cairo_path_nil as extern.
2005-08-08 Billy Biggs <vektor@dumbterm.net>
reviewed by: cworth, otaylor

View file

@ -38,7 +38,7 @@
#include "cairoint.h"
cairo_private const cairo_path_t _cairo_path_nil;
extern cairo_private const cairo_path_t _cairo_path_nil;
cairo_private cairo_path_t *
_cairo_path_data_create (cairo_path_fixed_t *path,