From 62cd927f57b94292139348b0a803288e8eafe850 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 13 May 2011 16:04:20 +0000 Subject: made BLI_edgefill returns the list length since some callers count directly after, also remove 2 unused flags from ScFillVert struct. --- source/blender/blenlib/BLI_scanfill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_scanfill.h') diff --git a/source/blender/blenlib/BLI_scanfill.h b/source/blender/blenlib/BLI_scanfill.h index e2f102c20eb..c5acf7b7f70 100644 --- a/source/blender/blenlib/BLI_scanfill.h +++ b/source/blender/blenlib/BLI_scanfill.h @@ -53,7 +53,7 @@ extern "C" { /* scanfill.c: used in displist only... */ struct EditVert *BLI_addfillvert(float *vec); struct EditEdge *BLI_addfilledge(struct EditVert *v1, struct EditVert *v2); -int BLI_edgefill(int mat_nr); +int BLI_edgefill(short mat_nr); void BLI_end_edgefill(void); /* These callbacks are needed to make the lib finction properly */ -- cgit v1.2.3