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:
authorDaniel Dunbar <daniel@zuster.org>2003-03-24 03:06:40 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-24 03:06:40 +0300
commit93e8a05320c2c259be0ed260873b9ff75408d50b (patch)
treef2409700e4c30e442b75ef07d213f8051bd24543 /source/blender/src/drawipo.c
parent510e2d584062e43aab22a16aade93ce332ce003c (diff)
Canonize all space functions to follow the drawXXXspace and winqreadXXXspace
conventions.
Diffstat (limited to 'source/blender/src/drawipo.c')
-rw-r--r--source/blender/src/drawipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawipo.c b/source/blender/src/drawipo.c
index 4b7dbcab05f..a8fdabe5069 100644
--- a/source/blender/src/drawipo.c
+++ b/source/blender/src/drawipo.c
@@ -1316,7 +1316,7 @@ static void draw_key(SpaceIpo *sipo, int visible)
setlinestyle(0);
}
-void drawipo(void)
+void drawipospace(void)
{
SpaceIpo *sipo= curarea->spacedata.first;
View2D *v2d= &sipo->v2d;