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:
Diffstat (limited to 'source/blender/src/editscreen.c')
-rw-r--r--source/blender/src/editscreen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index 6ee44a1f5ed..b357c8b9376 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -3517,10 +3517,10 @@ void draw_area_emboss(ScrArea *sa)
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
- BIF_draw_icon(8.0, 10.0, ICON_MATERIAL_HLT);
- BIF_draw_icon(8.0, 30.0, ICON_IPO_HLT);
- BIF_draw_icon(8.0, 50.0, ICON_HOME);
- BIF_draw_icon(8.0, 70.0, ICON_BORDERMOVE);
+ BIF_icon_draw(8.0, 10.0, ICON_MATERIAL_HLT);
+ BIF_icon_draw(8.0, 30.0, ICON_IPO_HLT);
+ BIF_icon_draw(8.0, 50.0, ICON_HOME);
+ BIF_icon_draw(8.0, 70.0, ICON_BORDERMOVE);
glBlendFunc(GL_ONE, GL_ZERO);
glDisable(GL_BLEND);