summaryrefslogtreecommitdiff
path: root/include/blender/canvas.h
diff options
context:
space:
mode:
authorpacien2017-12-02 20:45:22 +0100
committerpacien2017-12-02 20:45:58 +0100
commitc202e46b001238de48b500c55f7392c53655d140 (patch)
treef953a0557f534f66b5b62932c2fa6e7c39f6d0be /include/blender/canvas.h
parent28fee77230c77ae3429544b40df5a992769add53 (diff)
downloadmorpher-c202e46b001238de48b500c55f7392c53655d140.tar.gz
Update doc
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/blender/canvas.h')
-rw-r--r--include/blender/canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/blender/canvas.h b/include/blender/canvas.h
index fe74c5e..aae217d 100644
--- a/include/blender/canvas.h
+++ b/include/blender/canvas.h
@@ -65,7 +65,7 @@ void canvas_set_pixel(Canvas *canvas, CartesianVector position, Color color);
65Color canvas_get_pixel(Canvas *canvas, CartesianVector position); 65Color canvas_get_pixel(Canvas *canvas, CartesianVector position);
66 66
67/** 67/**
68 * Function: canvas_get_size 68 * Function: canvas_get_dim
69 * Returns the size (in pixels) of the given canvas. 69 * Returns the size (in pixels) of the given canvas.
70 * 70 *
71 * Parameters: 71 * Parameters: