mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 14:38:13 +02:00
Fixed documentation typo.
This commit is contained in:
parent
e2d75203c5
commit
393d2d9c91
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ slim_hidden_def (cairo_format_stride_for_width);
|
|||
* and row. This alignment is required to allow high-performance rendering
|
||||
* within cairo. The correct way to obtain a legal stride value is to
|
||||
* call cairo_format_stride_for_width() with the desired format and
|
||||
* maximum image width value, and the use the resulting stride value
|
||||
* maximum image width value, and then use the resulting stride value
|
||||
* to allocate the data and to create the image surface. See
|
||||
* cairo_format_stride_for_width() for example code.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue