summaryrefslogtreecommitdiff
path: root/include/blender
diff options
context:
space:
mode:
Diffstat (limited to 'include/blender')
-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 7fb9fdd..fe74c5e 100644
--- a/include/blender/canvas.h
+++ b/include/blender/canvas.h
@@ -74,6 +74,6 @@ Color canvas_get_pixel(Canvas *canvas, CartesianVector position);
74 * Returns: 74 * Returns:
75 * The size of the canvas 75 * The size of the canvas
76 */ 76 */
77CartesianVector canvas_get_size(Canvas *canvas); 77CartesianVector canvas_get_dim(Canvas *canvas);
78 78
79#endif 79#endif