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/include/BSE_drawview.h
parent510e2d584062e43aab22a16aade93ce332ce003c (diff)
Canonize all space functions to follow the drawXXXspace and winqreadXXXspace
conventions.
Diffstat (limited to 'source/blender/include/BSE_drawview.h')
-rw-r--r--source/blender/include/BSE_drawview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BSE_drawview.h b/source/blender/include/BSE_drawview.h
index 69299255b1c..f0cba1eeb64 100644
--- a/source/blender/include/BSE_drawview.h
+++ b/source/blender/include/BSE_drawview.h
@@ -44,7 +44,7 @@ void two_sided(int val);
void circf(float x, float y, float rad);
void circ(float x, float y, float rad);
void backdrawview3d(int test);
-void drawview3d(void);
+void drawview3dspace(void);
void drawview3d_render(struct View3D *v3d);
int update_time(void);
void calc_viewborder(struct View3D *v3d, struct rcti *viewborder_r);