X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fstencil.h;h=02f4ed3f6ffa82c75cead64f99d6deafef62ee18;hp=4d4ee6d30d68b78f85a5d8219763e8f39ff39fc7;hb=eacacdda1dc40bb655a3df14b59260ce06329fb6;hpb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1 diff --git a/source/stencil.h b/source/stencil.h index 4d4ee6d3..02f4ed3f 100644 --- a/source/stencil.h +++ b/source/stencil.h @@ -1,16 +1,8 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_STENCIL_H_ #define MSP_GL_STENCIL_H_ #include "gl.h" #include "predicate.h" -#include "types.h" namespace Msp { namespace GL { @@ -32,7 +24,7 @@ enum StencilOp DECR_WRAP = GL_DECR_WRAP }; -void stencil_func(Predicate func, int ref, uint mask); +void stencil_func(Predicate func, int ref, unsigned mask); void stencil_op(StencilOp sfail, StencilOp dfail, StencilOp dpass); } // namespace GL