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:
authorTon Roosendaal <ton@blender.org>2008-12-21 14:05:43 +0300
committerTon Roosendaal <ton@blender.org>2008-12-21 14:05:43 +0300
commit841f376a1c2b5dfef22e02696d5ad2ba053ecfbe (patch)
tree9983016e996284a49351f4608721e09f8d367734 /source/blender/editors/include/BIF_glutil.h
parentf44d8c2780c08fb96461daf831789c59242fcaa2 (diff)
2.5
- View3D: added ALT+B clipping operator. Note this needs a call to the new function view3d_operator_needs_opengl(C) to ensure you can use opengl functions. Event handling by default doesn't set opengl per subwindow, it's also forbidden to draw then! We might consider to tag operators that need opengl... - Forgot to include creator.c fix for loading builtin vector font
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index 6364b8bf1af..0d34c122392 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -44,15 +44,6 @@ 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);
- /**
- * Draw an XOR'd line in the front buffer between
- * the given points.
- *
- * @attention This function also handles flushing the GL
- * pipeline, which means it is inappropriate for drawing
- * a large number of lines at once.
- */
-void glutil_draw_front_xor_line(int x0, int y0, int x1, int y1);
/**
* Draw a lined (non-looping) arc with the given