mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 11:08:12 +02:00
[doc] Fix typo
This commit is contained in:
parent
52cc603db1
commit
a55f65b5d2
1 changed files with 2 additions and 2 deletions
|
|
@ -1057,10 +1057,10 @@ cairo_pattern_get_matrix (cairo_pattern_t *pattern, cairo_matrix_t *matrix)
|
|||
* use cairo_get_source() to get access to the pattern that cairo
|
||||
* creates implicitly. For example:
|
||||
*
|
||||
* <informatlexample><programlisting>
|
||||
* <informalexample><programlisting>
|
||||
* cairo_set_source_surface (cr, image, x, y);
|
||||
* cairo_pattern_set_filter (cairo_get_source (cr), %CAIRO_FILTER_NEAREST);
|
||||
* </programlisting></informatlexample>
|
||||
* </programlisting></informalexample>
|
||||
**/
|
||||
void
|
||||
cairo_pattern_set_filter (cairo_pattern_t *pattern, cairo_filter_t filter)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue