mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-28 06:30:46 +02:00
[pattern] Mark _cairo_pattern_nil as static
Fixes check-def.sh failure.
This commit is contained in:
parent
758a18b354
commit
d80f5580ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue