mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 12:08:16 +02:00
[image] Doc typo.
Correct parameter reference as pointed out by https://bugs.freedesktop.org/show_bug.cgi?id=20182
This commit is contained in:
parent
58459ac643
commit
35d0dd00c9
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ slim_hidden_def (cairo_format_stride_for_width);
|
|||
* Creates an image surface for the provided pixel data. The output
|
||||
* buffer must be kept around until the #cairo_surface_t is destroyed
|
||||
* or cairo_surface_finish() is called on the surface. The initial
|
||||
* contents of @buffer will be used as the initial image contents; you
|
||||
* contents of @data will be used as the initial image contents; you
|
||||
* must explicitly clear the buffer, using, for example,
|
||||
* cairo_rectangle() and cairo_fill() if you want it cleared.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue