mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 10:28:01 +02:00
util: Don't expose _csi_stack_push in public ABI
This wasn't previously marked as private because it was initially
static inline, and only became extern later.
Fixes: 9ffbf63d "fix warning: inlining failed in call to '_csi_stack_push'"
Resolves: https://gitlab.freedesktop.org/cairo/cairo/-/issues/580
Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
2ff9afb737
commit
f02f70d88e
1 changed files with 1 additions and 1 deletions
|
|
@ -914,7 +914,7 @@ csi_number_get_value (const csi_object_t *obj)
|
|||
}
|
||||
}
|
||||
|
||||
csi_status_t
|
||||
csi_private csi_status_t
|
||||
_csi_stack_push (csi_t *ctx, csi_stack_t *stack,
|
||||
const csi_object_t *obj);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue