mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 02:58:02 +02:00
Merge branch 'privatize-csi-stack-push' into 'master'
util: Don't expose _csi_stack_push in public ABI Closes #580 See merge request cairo/cairo!341
This commit is contained in:
commit
3bb33e1641
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