Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-04-15 07:07:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-15 07:07:57 +0300
commit608b711beb3cd094987e7ba9da3a06a7ba086030 (patch)
treea81e48db15e0b5bc93ad573d439a804378e77870 /source/blender/draw/intern/draw_common.h
parent49fc9cff3b90f993122e778bec24763679ffb1d8 (diff)
Cleanup: explicit names for return arguments and position last
Diffstat (limited to 'source/blender/draw/intern/draw_common.h')
-rw-r--r--source/blender/draw/intern/draw_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_common.h b/source/blender/draw/intern/draw_common.h
index ff57f5c5397..6dbf7cba417 100644
--- a/source/blender/draw/intern/draw_common.h
+++ b/source/blender/draw/intern/draw_common.h
@@ -102,7 +102,7 @@ struct DRWShadingGroup *shgroup_camera_instance(struct DRWPass *pass, struct Bat
struct DRWShadingGroup *shgroup_distance_lines_instance(struct DRWPass *pass, struct Batch *geom);
struct DRWShadingGroup *shgroup_spot_instance(struct DRWPass *pass, struct Batch *geom);
-int DRW_object_wire_theme_get(struct Object *ob, struct SceneLayer *sl, float **color);
+int DRW_object_wire_theme_get(struct Object *ob, struct SceneLayer *sl, float **r_color);
float *DRW_color_background_blend_get(int theme_id);
/* draw_armature.c */