[cairo-commit] src/cairo.h
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Jul 11 12:18:22 PDT 2006
src/cairo.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
New commits:
diff-tree fe647ca42b24ff844dd0d94642adaf46ea7a28dd (from 90a46affe626c9afafd687ac2d71a57f4583e216)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Jul 11 15:18:14 2006 -0400
Oops. Fix doc format.
diff --git a/src/cairo.h b/src/cairo.h
index aedf9ea..2003093 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -377,7 +377,7 @@ cairo_set_antialias (cairo_t *cr, cairo_
* or have a tricky intersection such as intersecting tangent to the path.
* (Note that filling is not actually implemented in this way. This
* is just a description of the rule that is applied.)
-
+ *
* New entries may be added in future versions.
**/
typedef enum _cairo_fill_rule {
@@ -780,7 +780,7 @@ typedef enum _cairo_subpixel_order {
* involves distorting them, it also reduces the faithfulness
* to the original outline shapes. Not all of the outline hinting
* styles are supported by all font backends.
-
+ *
* New entries may be added in future versions.
*/
typedef enum _cairo_hint_style {
@@ -965,7 +965,7 @@ cairo_font_face_status (cairo_font_face_
*
* The behavior of calling a type-specific function with a scaled font
* of the wrong type is undefined.
-
+ *
* New entries may be added in future versions.
*
* Since: 1.2
@@ -1258,7 +1258,7 @@ cairo_surface_status (cairo_surface_t *s
*
* The behavior of calling a type-specific function with a surface of
* the wrong type is undefined.
-
+ *
* New entries may be added in future versions.
*
* Since: 1.2
@@ -1364,7 +1364,7 @@ cairo_surface_set_fallback_resolution (c
*
* #cairo_format_t is used to identify the memory format of
* image data.
-
+ *
* New entries may be added in future versions.
*/
typedef enum _cairo_format {
@@ -1467,7 +1467,7 @@ cairo_pattern_status (cairo_pattern_t *p
* cairo_pattern_add_color_stop_rgba() which must only be called with
* gradient patterns (either LINEAR or RADIAL). Otherwise the pattern
* will be shutdown and put into an error state.
-
+ *
* New entries may be added in future versions.
*
* Since: 1.2
@@ -1514,7 +1514,7 @@ cairo_pattern_get_matrix (cairo_pattern_
*
* #cairo_extend_t is used to describe how the area outside
* of a pattern will be drawn.
-
+ *
* New entries may be added in future versions.
*/
typedef enum _cairo_extend {
More information about the cairo-commit
mailing list