[cogl/cogl-1.16] cogl1: fix comments from cogl_clip_push_rectangle



commit 9080e410b2dc16f41caa025c8267c819fed4ca33
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Sat Aug 24 13:37:54 2013 +0100

    cogl1: fix comments from cogl_clip_push_rectangle
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 cogl/cogl1-context.h |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/cogl/cogl1-context.h b/cogl/cogl1-context.h
index 6b82c1b..48b6ce2 100644
--- a/cogl/cogl1-context.h
+++ b/cogl/cogl1-context.h
@@ -855,11 +855,9 @@ cogl_clip_push_rectangle (float x0,
  *             bounds
  * @bounds_y1: y coordinate for the top-left corner of the primitives
  *             bounds
- * @bounds_x2: x coordinate for the top-left corner of the primitives
+ * @bounds_x2: x coordinate for the bottom-right corner of the primitives
  *             bounds
- * @bounds_y2: x coordinate for the bottom-right corner of the
- *             primitives bounds.
- * @bounds_x1: y coordinate for the bottom-right corner of the
+ * @bounds_y2: y coordinate for the bottom-right corner of the
  *             primitives bounds.
  *
  * Sets a new clipping area using a 2D shaped described with a


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