X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fstencil.h;h=30ad2570b40ba1207a079eed07684a05de4dcda0;hp=4d4ee6d30d68b78f85a5d8219763e8f39ff39fc7;hb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49;hpb=8f2430208cfa7bb9dc5bd655dde88acc21db54d2 diff --git a/source/stencil.h b/source/stencil.h index 4d4ee6d3..30ad2570 100644 --- a/source/stencil.h +++ b/source/stencil.h @@ -10,7 +10,6 @@ Distributed under the LGPL #include "gl.h" #include "predicate.h" -#include "types.h" namespace Msp { namespace GL { @@ -32,7 +31,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