From e804cf366aa915ed2cf18fdc2191bc027dea8676 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 5 Jul 2004 10:22:41 +0000 Subject: [PATCH] - oh, the protype for XORcircle... --- source/blender/include/BIF_glutil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/blender/include/BIF_glutil.h b/source/blender/include/BIF_glutil.h index 93617cf6bfb..baaaf4cf40e 100644 --- a/source/blender/include/BIF_glutil.h +++ b/source/blender/include/BIF_glutil.h @@ -42,7 +42,8 @@ struct rctf; void sdrawXORline(int x0, int y0, int x1, int y1); void sdrawXORline4(int nr, int x0, int y0, int x1, int y1); -void sdrawXORcirc(short xofs, short yofs, float rad); + +void fdrawXORcirc(float xofs, float yofs, float rad); /** * Draw an XOR'd line in the front buffer between