mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
Fixed to not munge some internal cairot names, (such as cairo_traps_*)
This commit is contained in:
parent
953b708e2c
commit
47844ba222
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ xr2cairo() {
|
|||
s/cairo_\(fill_rule\|line_cap\|line_join\|format\|operator\|status\|filter\|surface\|matrix\)\([^_]\)/cairo_\1_t\2/g
|
||||
s/_cairo_\(fill_rule\|line_cap\|line_join\|format\|operator\|status\|filter\|surface\|matrix\)_t/cairo_\1/g
|
||||
s/cairo_state/cairo_t/g
|
||||
s/_cairo_t/cairo/g
|
||||
s/_cairo_t\([^a-zA-Z0-9_]\)/cairo\1/g
|
||||
|
||||
s/Xr\.h/cairo.h/g
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue