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>2012-03-28 13:07:10 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-03-28 13:07:10 +0400
commit33740c5eb56884929b70a394e5b3dc7ceb0cfc91 (patch)
tree9c70fcb068f0514a4fccaaf399e0606f8f4119b5 /source/blender/editors/include/BIF_glutil.h
parent30d128c7a723bb6ed68c763d175c845e1cfa3c4f (diff)
Cycles: viewport rendered draw mode now shows background images, also changed the
image editor checkerboard pattern to be the same as cycles viewport.
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index d75fac18c8c..ade34c43eec 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -47,6 +47,8 @@ void sdrawXORline4(int nr, int x0, int y0, int x1, int y1);
void fdrawXORellipse(float xofs, float yofs, float hw, float hh);
void fdrawXORcirc(float xofs, float yofs, float rad);
+void fdrawcheckerboard(float x1, float y1, float x2, float y2);
+
/* glStipple defines */
extern unsigned char stipple_halftone[128];
extern unsigned char stipple_quarttone[128];