mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
win32: Fix typos in documentation
The documentation of the win32 surface backend contained a typo, pointed out by Andrej Mitrovic in http://lists.cairographics.org/archives/cairo/2011-July/022084.html Another imprecision was found reviewing the public API documentation.
This commit is contained in:
parent
2fd20e5c1e
commit
fc98fd9db5
1 changed files with 2 additions and 2 deletions
|
|
@ -1832,12 +1832,12 @@ cairo_win32_surface_create_with_dib (cairo_format_t format,
|
|||
|
||||
/**
|
||||
* cairo_win32_surface_create_with_ddb:
|
||||
* @hdc: the DC to create a surface for
|
||||
* @hdc: a DC compatible with the surface to create
|
||||
* @format: format of pixels in the surface to create
|
||||
* @width: width of the surface, in pixels
|
||||
* @height: height of the surface, in pixels
|
||||
*
|
||||
* Creates a device-independent-bitmap surface not associated with
|
||||
* Creates a device-dependent-bitmap surface not associated with
|
||||
* any particular existing surface or device context. The created
|
||||
* bitmap will be uninitialized.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue