[pattern] Mark _cairo_pattern_nil as static

Fixes check-def.sh failure.
This commit is contained in:
Chris Wilson 2009-06-28 21:11:41 +01:00
parent 758a18b354
commit d80f5580ef

View file

@ -30,7 +30,7 @@
#include "cairoint.h"
const cairo_solid_pattern_t _cairo_pattern_nil = {
static const cairo_solid_pattern_t _cairo_pattern_nil = {
{ CAIRO_PATTERN_TYPE_SOLID, /* type */
CAIRO_REFERENCE_COUNT_INVALID, /* ref_count */
CAIRO_STATUS_NO_MEMORY, /* status */