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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-05-06 19:31:17 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-05-06 19:31:17 +0400
commit722f24d15357275ee3efed33fa03f9b27909a604 (patch)
tree79e946a10bcf03cf79957dd0fd8c26043792cdb3 /source/blender/include/BSE_drawview.h
parent3ba9069c040d6d3682d1421f89a061236ed8cd88 (diff)
Fix for bug: drawing x-ray and transparency with sets didn't
work well, now it draws those type of objects from sets also at the end.
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 09ce87015d9..be1f5581be7 100644
--- a/source/blender/include/BSE_drawview.h
+++ b/source/blender/include/BSE_drawview.h
@@ -46,7 +46,7 @@ void do_viewbuts(unsigned short event);
/* View3DAfter->type */
#define V3D_XRAY 1
#define V3D_TRANSP 2
-void add_view3d_after(struct View3D *v3d, struct Base *base, int type);
+void add_view3d_after(struct View3D *v3d, struct Base *base, int type, int flag);
void backdrawview3d(int test);
void check_backbuf(void);