mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 05:48:00 +02:00
Declare _cairo_path_nil as extern.
This commit is contained in:
parent
53444c286e
commit
1278ade229
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue