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>2014-03-16 15:11:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-16 15:11:14 +0400
commit37dd7360d64f70f7e9034f82f9dd03b14c41102a (patch)
tree2d3d833b6709ca2d6f8ac2135078ff9b6aaa3efb /source/blender/editors/include/UI_view2d.h
parent7b7196e3adea4cd5a818d0653f85b363418079c3 (diff)
Code cleanup: naming conventions
Diffstat (limited to 'source/blender/editors/include/UI_view2d.h')
-rw-r--r--source/blender/editors/include/UI_view2d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index fe8ddee136c..1208446e14d 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -215,8 +215,8 @@ void UI_view2d_text_cache_rectf(struct View2D *v2d, const struct rctf *rect, con
void UI_view2d_text_cache_draw(struct ARegion *ar);
/* operators */
-void UI_view2d_operatortypes(void);
-void UI_view2d_keymap(struct wmKeyConfig *keyconf);
+void ED_operatortypes_view2d(void);
+void ED_keymap_view2d(struct wmKeyConfig *keyconf);
void UI_view2d_smooth_view(struct bContext *C, struct ARegion *ar,
const struct rctf *cur, const int smooth_viewtx);