mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 23:28:07 +02:00
[trace] Add unstable warning.
Add warning that CairoScript is unfinished and I may radically alter the format/syntax/language before release.
This commit is contained in:
parent
7ad2635ebe
commit
8f3d0b55f5
1 changed files with 1 additions and 0 deletions
|
|
@ -419,6 +419,7 @@ _emit_header (void)
|
|||
get_prog_name (name, sizeof (name));
|
||||
|
||||
fprintf (logfile, "%%!CairoScript - %s\n", name);
|
||||
fprintf (logfile, "%%*** Warning CairoScript is still a new tracing format, and is subject to change.\n");
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue