]> git.tdb.fi Git - libs/gl.git/blobdiff - source/stencil.h
Get rid of the typedefs for fundamental types
[libs/gl.git] / source / stencil.h
index 4d4ee6d30d68b78f85a5d8219763e8f39ff39fc7..30ad2570b40ba1207a079eed07684a05de4dcda0 100644 (file)
@@ -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