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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-01-16 22:49:34 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-01-16 22:49:34 +0300
commit7e14c5d119470c066fd76325dced68486117d91a (patch)
tree2ba53140e6cae2e3fcd05cd27ae0bb7dbc569157 /source/blender/editors/include/BIF_glutil.h
parent3eca7d1d06c41d68e460dba31a0d1be774247e79 (diff)
* rearrange screen level drawing code a bit in preparation for tests.
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index fcc5b6377e8..bc622a94be5 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -22,13 +22,7 @@
*
* Contributor(s): Blender Foundation 2002-2008
*
-<<<<<<< .mine
- * Contributor(s): none yet.
- *
- * ***** END GPL LICENSE BLOCK *****
-=======
* ***** END GPL LICENSE BLOCK *****
->>>>>>> .r13159
*/
#ifndef BIF_GLUTIL_H
@@ -40,6 +34,8 @@ struct rctf;
void fdrawline(float x1, float y1, float x2, float y2);
void fdrawbox(float x1, float y1, float x2, float y2);
void sdrawline(short x1, short y1, short x2, short y2);
+void sdrawtri(short x1, short y1, short x2, short y2);
+void sdrawtrifill(short x1, short y1, short x2, short y2, float r, float g, float b);
void sdrawbox(short x1, short y1, short x2, short y2);
void sdrawXORline(int x0, int y0, int x1, int y1);