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:
authorAntonioya <blendergit@gmail.com>2019-03-19 12:52:37 +0300
committerAntonioya <blendergit@gmail.com>2019-03-19 13:03:55 +0300
commitda373c1f0d51717625172eb4daad48310efd20f1 (patch)
tree3684831a340643f812e797a1c0ee1e3af01ea394 /source/blender/editors/gpencil/annotate_draw.c
parent34d6c04003775943ecf6a8015a97eb32452c7efb (diff)
GPencil: Rename functions to annotation prefix
This code was used only in annotations.
Diffstat (limited to 'source/blender/editors/gpencil/annotate_draw.c')
-rw-r--r--source/blender/editors/gpencil/annotate_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/annotate_draw.c b/source/blender/editors/gpencil/annotate_draw.c
index 111a24da528..8a72702505c 100644
--- a/source/blender/editors/gpencil/annotate_draw.c
+++ b/source/blender/editors/gpencil/annotate_draw.c
@@ -1133,7 +1133,7 @@ void ED_gpencil_draw_view3d_annotations(
gp_draw_data_all(scene, gpd, offsx, offsy, winx, winy, CFRA, dflag, v3d->spacetype);
}
-void ED_gpencil_draw_ex(
+void ED_annotation_draw_ex(
Scene *scene, bGPdata *gpd,
int winx, int winy, const int cfra, const char spacetype)
{