[gjs: 31/45] [cairo] disable getDash, which is incorrectly bound



commit 3ab0a268e1f791d3b82c2fe58f77ca3347883947
Author: Johan Dahlin <johan gnome org>
Date:   Sun Feb 28 11:26:42 2010 -0300

    [cairo] disable getDash, which is incorrectly bound

 modules/cairo-context.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/modules/cairo-context.c b/modules/cairo-context.c
index 8134704..7935f43 100644
--- a/modules/cairo-context.c
+++ b/modules/cairo-context.c
@@ -318,7 +318,6 @@ _GJS_CAIRO_CONTEXT_DEFINE_FUNC0(fillPreserve, cairo_fill_preserve)
 _GJS_CAIRO_CONTEXT_DEFINE_FUNC0AFFFF(fillExtents, cairo_fill_extents)
 _GJS_CAIRO_CONTEXT_DEFINE_FUNC0I(getAntiAlias, cairo_get_antialias)
 _GJS_CAIRO_CONTEXT_DEFINE_FUNC0AFF(getCurrentPoint, cairo_get_current_point)
-_GJS_CAIRO_CONTEXT_DEFINE_FUNC0AFF(getDash, cairo_get_dash)
 _GJS_CAIRO_CONTEXT_DEFINE_FUNC0I(getDashCount, cairo_get_dash_count)
 _GJS_CAIRO_CONTEXT_DEFINE_FUNC0I(getFillRule, cairo_get_fill_rule)
 _GJS_CAIRO_CONTEXT_DEFINE_FUNC0I(getLineCap, cairo_get_line_cap)
@@ -709,7 +708,7 @@ static JSFunctionSpec gjs_cairo_context_proto_funcs[] = {
     // fontExtents
     { "getAntiAlias", getAntiAlias_func, 0, 0 },
     { "getCurrentPoint", getCurrentPoint_func, 0, 0 },
-    { "getDash", getDash_func, 0, 0 },
+    // getDash
     { "getDashCount", getDashCount_func, 0, 0 },
     { "getFillRule", getFillRule_func, 0, 0 },
     // getFontFace



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]